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

Are there examples using JxBrowser as a NetBeans RCP topcomponent?

I'm working with evaluation license of JxBrowser and I'm trying to integrate it into a Java application based on the Netbeans Rich Client Platform as a TopComponent. The code compiles but the "JxBrowser" window comes up blank, are there examples of…
0
votes
2 answers

Javascript-Java-Bridge sometimes not working (JxBrowser 6.3)

I've got some problems with latest jxBrowser. I have added javascript-java-bridge with onScriptContextCreated: mainBrowser.addScriptContextListener(new ScriptContextAdapter() { @Override public void…
dominic.e
  • 286
  • 3
  • 17
0
votes
1 answer

JxBrowser is displaying the following license isn't compatible error message

On client machines that were working fine yesterday we get the following error message: The license isn't compatible with the current product version (6.x). The license can be used only with product versions released before 05/05/2016. Current…
Glen Blanchard
  • 926
  • 8
  • 17
0
votes
1 answer

Custom PDF size

I have a webpage that is 3000px wide and sometimes 3000px tall. When I save it as a PDF, it formats the pdf as 8.5 x 11 and all of my webpage is missing. Is there a way that I can make the pdf 3000px x 3000px and allow my clients to scale the pdf to…
Aaron
  • 306
  • 1
  • 4
  • 11
0
votes
0 answers

where to put JxBrowser license.jar for web start

While searching the documentation for JxBrowser 6.3 for web start, I found https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013122-java-web-start There I can read that I have to sign the license.jar too. But I can't find the…
mimo
  • 23
  • 7
0
votes
0 answers

Scrolling web pages up/down using finger swap on touch screen

I have submitted my question when request a evaluation copy of JxBrowser but still not get any response. We are currently using jcef as a web browser in our application and want to evaluate JxBrowser if it given a real web browser experience on…
user526206
0
votes
1 answer

Jxbrowser - How to change css style in browser by inline styles

I want to change css style of a line in browser. For example. i have a div
Now i want to change it to
How can i do it by JxBrowser? Thank…
0
votes
1 answer

How to move to a specific coordinate and click using JXBrowser?

JXBrowser supports clicking on some elements on the webpage but our project's requirements need the ability to move a specific coordinate and click on that location. How can this be achieved using JXBrowser?
user161904
  • 31
  • 1
0
votes
1 answer

use jxbrowser , how to get each response

jxbrowser 4.4: browser.getHTML() method only get all the request loaded html. I want each request return response content. NetworkDelegate onCompleted method only get each url, how to get each reponse content? Anybody can show example how to get…
niepeng
  • 3
  • 2
0
votes
2 answers

JxBrowser PDF view black scrollbar

Version JxBrowser 6.3 on Windows 8.1 We use JxBroser in a Swing frame. If we open a HTML document everything is fine but if we open a PDF document the right Scrollbar is black. Is that a known error? enter image description here import…
3ue
  • 1
  • 1
0
votes
1 answer

Jxbrowser 6.2 proxy authentication

The dialog that displays when using this code does not have a username and password textboxes. Is this a bug or am I doing something wrong? browser.getContext().getNetworkService().setNetworkDelegate(new DefaultNetworkDelegate() { @Override …
rcantrel
  • 177
  • 11
0
votes
3 answers

RCP: JxBrowser license check failed: No valid license found

Today I started experimenting with JxBrowser. Starting the sample with the public static main worked as expected (and it could find the license.jar). I added a button to a view to start the sample: btnStart.addSelectionListener(new…
scarya
  • 11
  • 1
  • 4
0
votes
2 answers

Popup close event in jxbrowser

I implemented a popup handler for jxbrowser 6.0. Is there any way for the popup to send (event) to main browser that it (the popup) was closed? The main browser must suspend this activity until the opened popup is closed.
0
votes
0 answers

How to register a Java Object in the JxBrowser before first JavaScript

I am using JxBrowser 6.1.1 and succeed in registering a Java object in the JsContext in a onFinishLoadingFrame handler. The problem is that the property is not yet available when the first JavaScript is run in the page loaded by the JxBrowser. The…
Achim
  • 46
  • 5
0
votes
0 answers

How to resolve missing dependencies in Maven/sbt/ivy?

How can I resolve these missing dependencies in Maven/sbt/ivy ? These are some dependencies which SBT cant resolve. They seem to be dependencies of dependencies from this build.sbt. Where can i find the remaining dependencies? When these…
Alex
  • 8,518
  • 4
  • 28
  • 40
1 2 3
24
25