Questions tagged [jxbrowser]

JxBrowser is a Chromium-based Swing/JavaFX/SWT web browser which allows embedding a web browser control into java applications.

JxBrowser is a Chromium-based Swing/JavaFX/SWT library which allows embedding a web browser control in Java applications to process and display HTML5, CSS3, JavaScript, WebGL, PDF, etc.

JxBrowser can be used to display modern web pages and HTML+CSS+JavaScript content in your Java applications. It allows building GUI of your cross-desktop application using any popular HTML5 UI toolkit.

Features

  • Lightweight and Heavyweight Component
  • Flash Support
  • Browser Events
  • DOM Access
  • JavaScript Dialogs
  • Proxy, Basic, Digest, and NTLM authentication
  • Zooming
  • Accurate Web Display
  • Cookies
  • Bidirectional JavaScript-Java Bridge
  • Custom Context Menu
  • HTML to Image
  • Console Listener
  • Load Handler
  • Saving a Web Page
  • Web Standards
  • Proxy Settings
  • Java Web Start and Java Applet
  • Pop-ups
  • User-agent
  • File Download and Upload
  • Keyboard and Mouse Events Filter
375 questions
2
votes
2 answers

JxBrowser loading HTML from resource URL, cannot open websocket

I am using JxBrowser to load a html file that resides in a jar. This html file has a websocket that is failing to connect (I receive code 106 in the onclose event) I am getting these errors from JxBrowser 09:20:18.381 INFO: 09:20:18 SEVERE:…
Cabbage
  • 21
  • 3
2
votes
1 answer

JxBrowser How to get value from a html node within java

Hello guys I am trying out the jxBrowser component and I am unable to the value of selected html component... List paragraphs = divRoot.findElements(By.cssSelector("p")); for (DOMElement paragraph : paragraphs) { …
MrDoda
  • 123
  • 1
  • 2
  • 13
2
votes
2 answers

JxBrowser with Java Swing (IntelliJ plugin) - "Received signal 10 BUS_ADRERR"

I'm writing an IntelliJ plugin, and attempting to integrate JxBrowser into the plugin's tool window via Java Swing. I'm using the toolWindow extension to keep the tool window integration simple. plugin.xml
Tadas Antanavicius
  • 4,882
  • 1
  • 20
  • 20
2
votes
0 answers

JxBrowser 6.14.2 Print PDF File with tag "