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
1 answer

JxBrowser Compatibility with RHEL 6

We have a restriction on our linux version but want to still use JXBrowser. Is there a earlier version we can use which runs on RHEL 6.8?
0
votes
1 answer

Click lag and typing woes in flash when rendered with JxBrowser

There're three, possibly related issues, that we've experienced in JxBrowser - 1.) Typing inside an input box inside the flash window doesn't work in JavaFx but works fine in Swing. This seems to be mostly a focus related issue. 2.) If a flash…
Code freak
  • 695
  • 2
  • 8
  • 19
0
votes
0 answers

JxBrowser - showing popup on MAC hangs

Showing popup hangs on MAC using JavaFX. I use jxbrowser 6.7.1 and OSX 10.10.5. Here is the code: import com.teamdev.jxbrowser.chromium.Browser; import com.teamdev.jxbrowser.chromium.BrowserCore; import…
Bosko Popovic
  • 157
  • 2
  • 9
0
votes
0 answers

jxbrowser not getting focus on MacOSX with SWT integration

After integrating the jxbrowser as an IViewPart in eclipse, the browser is not taking any focus on MacOSX. However, there is no issue with Windows and Linux with the same integration. I am not able to type type or click in the browser. There is…
Patrick
  • 61
  • 3
0
votes
2 answers

How to create new JSString (or other type) from createObject?

The last version of jxBrowser brings the createObject() method in JSContext. I´d like to create a String (or other types) directly from java. How can I use the createObject method to do that? I´m able to create an empty object without problem and…
0
votes
0 answers

jxbrowser on macosx using SWT deadlock

I have finished evaluating jxbrowser integration with Eclipse for Windows and Linux. My last roadblock is Mac. I get a dead lock while instantiating the browser. I am new to cocoa programming, so any pointer will be greatly appreciated. I took the…
Patrick
  • 61
  • 3
0
votes
1 answer

Does console.assert output go anywhere?

I'm trying to test my javascript code in jxBrowser. Using console.assert does not generate any errors, but also does not generate any output. I'm catching console.log messages fine. Is there any way to get console.assert messages? Thanks
0
votes
1 answer

JxBrowser requires 'package sun.awt.windows'

When deploying JxBrowser with OSGi, I end up with the following error when I try to build my product : [ant] !MESSAGE Missing requirement: JxBrowser 6.6.1 6.6.1 (com.teamdev.jxbrowser.chromium 6.6.1) requires 'package sun.awt.windows 0.0.0' but it…
0
votes
1 answer

JXBrowser Licensing issue

From today morning I am getting an error of License failure for jxbrowser 6.x. However the license says Expiration date: NEVER. Then why are we getting this error? Below is the details of the license.. Product: JxBrowser Version: 6.x Licensed to:…
0
votes
1 answer

Is it possible to retrieve a java object from a JSOBject?

I have injected a java object into jxBrowser. When this is done, this java object is wrapped into a JSObject, correct? I then call a java function passing as parameter to a 'run' method this JSObject that is wrapping the java object. The object…
0
votes
1 answer

Jxbtrowser retrieve platform specific artefact at runtime

I'm writing an intelij plugin and would like to download the platform specific artefact at runtime. I've loaded the platform specific jar into a class loader but the ChromiumExtractor cannot access the nested resources when prefixed with "/". So I…
Hassan Syed
  • 20,075
  • 11
  • 87
  • 171
0
votes
1 answer

Call 'new' constructor Function from java

Is it possible to call the new operator to create a new javascript object directly from java obtaining a JSObject? for example, I know I can do: browser.executeJavaScript("var myString = new String('Hello World');"); and then I could do: JSObject…
0
votes
1 answer

jxBrowser java bridge is not calling method in superclass

I have the latest jxBrowser. I´m trying to interface jxBrowser with the NetCDF-Java library. I have instanciated an NetCDF Array on Java and set it into jxBrowser. When calling a method on this class, I get the correct answer, so, everything is…
0
votes
1 answer

JxBrowser doesn't start

Used JxBrowser throughout evaluation and worked perfectly. Now suddenly it isn't working as soon as I launch. I'm running on Mac OS X 10.11, however I've tested this on Windows as well and still doesn't work. I have the required libraries for both…
James Saeed
  • 3
  • 1
  • 4
0
votes
2 answers

Insert licence in Maven dependency

I've made some tests using JxBrowser and intend to add it to my academic project. However, it is a Maven project, which I develop using the Netbeans IDE, and although I added the TeamDev JxBrowser repository, the JxBrowser dependency in the pom.xml…
gdeluccas
  • 13
  • 4