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
6
votes
4 answers

Focus problems with JDK7 and native components

We have a swing application which embeds a IE ocx component via JNIWrapper. After switching from jdk6 to jdk7 we start noticing focus problems. When the embedded IE shows a web page with text fields (e.g. the google search page) than the trouble…
mabr
  • 370
  • 4
  • 17
5
votes
2 answers

com.teamdev.jxbrowser.internal.ChromiumExtractorException: Failed to extract Chromium binaries into x folder

Recently migrated to JxBrowser 7.0 and i have the following error coming every time i try to start the application . com.teamdev.jxbrowser.internal.ChromiumExtractorException: Failed to extract Chromium binaries into C:\Personal…
GOXR3PLUS
  • 6,877
  • 9
  • 44
  • 93
5
votes
2 answers

JXBrowser similar

I use JXBrowser in one of my projects in Java to do a simple display of the googlemaps webpage so that I can trace routes on there, but recently I want to improve that project, but my problem is that the license for the JXBrowser expired (only one…
props
  • 105
  • 1
  • 7
4
votes
1 answer

Browser HEAVYWEIGHT not visible on the scene

I'm trying to embedd the JXBrowser into a SpringBoot JavaFX Application running with Java11. My Problem is that the browser is not shown on the scene when I run the application from the created executable jar. The browser is loaded, gives feedback…
Moritz
  • 41
  • 1
4
votes
1 answer

JavaFX: Display PDF in WebView

I need to display a PDF inside the default WebView of JavaFX. I assumed, that i would easily be able to do that like this. import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.web.WebEngine; import…
Anton Horst
  • 263
  • 1
  • 4
  • 11
4
votes
1 answer

JXBrowser java.ipc.external=true VM argument

I'm wondering what exactly this argument do? and know about potencial downsides that this argument could cause. I tried searching this VM argument on internet but I couldn't find anything of it.
Amaury Esparza
  • 1,028
  • 2
  • 12
  • 18
3
votes
1 answer

Java implements webbrowser: does this save to browser cache, and can you serve content directly?

Still trying to decide which application will suit : current options JxBrowser vs SWT widget. Java application implements a webbrowser control like JxBrowser or SWT browser control. Both of these provide options to pass info from java to…
John
  • 346
  • 1
  • 9
  • 19
3
votes
1 answer

How disable Chromium inbound permissions request when initialize RTCPeerConnection

When I initialize RTCPeerConnection, new RTCPeerConnection(...);, I'm receiving the following popup It's adding inbound rule in Windows FW, I don't need it, event if I don't allow all my flows work well I'm looking for a way to avoid this popup…
Roy Shmuli
  • 4,979
  • 1
  • 24
  • 38
3
votes
0 answers

JxBrower7.7 start timeOut error,Red Hat Enterprise Linux Server release 7.6 (Maipo)

linux: [root@localhost bin]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo) [root@localhost bin]# cat /proc/version Linux version 4.14.0-115.5.1.el7a.06.aarch64 (mockbuild@arm-buildhost1) (gcc version 4.8.5 20150623…
3
votes
1 answer

JxBrowser - Render channel already closed - ipc log: OnRenderViewGoneMessage

I have a Java application written with Swing that uses a JxBrowser (jxbrowser-6.18). We are loading a local url (http://localhost:8000/someLink.html) and then running some custom js on the browser. At some point the following exceptions are thrown…
Marius Manastireanu
  • 2,461
  • 5
  • 19
  • 29
3
votes
1 answer

JxBrowser set BrowserPreferences.setChromiumDir() to directory with OS-specific binaries, still tries to extract, throws

I am trying to remove the OS-specific chromium binaries to shrink the size of a jar, and install them on first run. I tried to follow the docs, so I removed the -mac, -linux, and -win jxbrowser jars from the pom.xml file, extracted the…
3
votes
3 answers

JxBrowser - dispose but there's still BrowserCore processes in Task Manager

In my application, when running JxBrowser for a long time, it consumes so huge RAM, so I decide to dispose & re-create another instance for Browser. But when dispose, sometimes the BrowserCore processes are not terminated. Is is a bug or disposing…
yelliver
  • 5,648
  • 5
  • 34
  • 65
3
votes
0 answers

JxBrowser v6.15 crashes when instantiating Browser()

No changes in our code -- only change was using the 6.15 libraries instead of the 6.14.2. Running in OS X (10.12.6), Java 8u111. It's a hard crash of the JVM, with the only clue being [1004/115956.927413:WARNING:dns_config_service_posix.cc(154)]…
KathyA.
  • 671
  • 6
  • 14
3
votes
2 answers

JxBrowser can not dispose in JavaFX

I use Tabpane multiple Browser; when I close a tab, I can't dispose the main IPC: public class JxbrowserDemo extends Application { @Override public void start(Stage primaryStage) { setLevel(Level.ALL); TabPane tabPane = new…
xiqing lau
  • 211
  • 2
  • 3
3
votes
1 answer

Consume link events on jxbrowser

I want to catch and consume (prevent redirection) link events on the teamdev's jxbrowser. Suppose the content is link When the user clicks the link, I want to be informed that the user has clicked the link and get the URL,…
benchpresser
  • 2,171
  • 2
  • 23
  • 41
1
2 3
24 25