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
0
votes
0 answers

JavaFx, pane not displaying the browser

I have a JavaFX interface generated by SceneBuilder...so I have my view components in sample.fxml. When I start the application it looks like this : https://i.stack.imgur.com/tauIg.png In that blue pane I want to add the browser ( with JxBrowser…
UnguruBulan
  • 890
  • 4
  • 12
  • 24
0
votes
0 answers

Google Maps Javascript API not loading correctly on Chromium based browsers

I am trying their Simple Map example here, if I refresh the page a few times(the html page in the example saved locally) it just stops loading, the circle icon in Chrome rotates very slowly, and it takes 30sec-1min until it finally loads. Even if I…
0
votes
1 answer

Show route between multiple points on Google Maps

I have a multiple latitude and longitude coordinations, from .tcx file(endomondo). I keep this points as Strings in ArrayList. I want to display walking route between these points on google maps in my swing application. I use JxBrowser library to…
xorgx3
  • 473
  • 1
  • 6
  • 14
0
votes
1 answer

Road Map of some area inside swing desktop application?

I try to create Java Swing Desktop application which show Road map of some area in JFrame. But pc not connected to internet it will be in LAN. Map should be like if we scroll the mouse we go down from height in map. Like zooming the area. I try to…
Neelam Singh
  • 619
  • 1
  • 6
  • 10
0
votes
1 answer

I want to load a browser component and want to fire a URL

I want to load a browser component using swing. below is my full requirement I want to create a one desktop application that will load browser component and fire one URL so that user will get one jsp page that is deployed in another server. I…
Akash Shah
  • 25
  • 6
0
votes
1 answer

IE Event is null

I am trying to simulate blur event in IE using JXBrowser. HTML code: and the function "test" function test(){ alert("1"); alert(event.srcElement); } when I try it…
0
votes
0 answers

SWT Component flickers

I am working on an application which has an embedded browser and shows a camera window in a corner on that browser as shown in image. For showing browser below and camera pane above I have used JDesktopPane to create two layers one for browser…
Sandeep Kumar
  • 13,799
  • 21
  • 74
  • 110
0
votes
1 answer

GWT and JxBrowser - any experiences?

I am developing a client-server-based web application using a canvas component to display data I received from the server. Now I got the following problem: The Data generated by the Server is just too much to be transferred uncompressed to the…
Corsair
  • 1,044
  • 3
  • 10
  • 25
0
votes
1 answer

Watij’s JxBrowser OS X / Java 1.6_64 incompatibility?

I tried to install and use Watij (Web Application Testing in Java) on my OS X 10.6 system. However, when trying to run a sample test, I get the following exception: Exception in thread "main" java.lang.RuntimeException: java.lang.Error: JxBrowser…
MattiSG
  • 3,796
  • 1
  • 21
  • 32
-1
votes
1 answer

How to use maven to generate a runnable jar file of jxbrowser tutorial?

I am trying to generate a jar file from the following tutorial. https://github.com/TeamDev-IP/JxBrowser-QuickStart/tree/master/Maven/Swing $ mvn package $ find -name '*.jar' ./target/swing-1.0-SNAPSHOT.jar But when I run it, I got the following…
user1424739
  • 11,937
  • 17
  • 63
  • 152
-1
votes
1 answer

failing to load after 5 minutes

I have seen similar posts in the past which suggest the issue is resolved but i still see this once in a while in version 5.4.3. Why does this happen and is there a way to avoid this? Browser is created in a separate Thread to avoid UI getting…
-1
votes
2 answers

Java Initializer exception using JxBrowser library

I am trying to run some of Jx Browser's samples. After copying and pasting the sample code provided by it, and trying to run it, it gives me an Initializer error. here is the sample code and the exception. Can anybody tell me what's going…
lonesome
  • 2,503
  • 6
  • 35
  • 61
-2
votes
2 answers

Cant initialize remote JxBrowser using Chromedriver and Selenium

I am trying to automate a JavaFx application which has an integrated web page for loggin in. I am using the code found here: https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013135-jxbrowser-selenium and every thing is working…
MarkZvu
  • 51
  • 5
-2
votes
1 answer

Java Desktop App Eclipse

I am working on a project of Geofencing simulation. I have done all my part as an Interactive application. Now, I need to deploy the application into a desktop. I am using eclipse IDE and JxBrowser for displaying the page and so on. I have placed my…
-4
votes
1 answer

JxBrowser speculative execution side channel Spectre vulnerability

Is JxBrowser impacted by the recent speculative execution Spectre vulnerabilities as JxBrowser is based on Chromium? If so, what steps can users take to resolve the vulnerability? Chromium guidance can be found…
Jack
  • 1
  • 1
1 2 3
24
25