Skip to main content
Filter by
Sorted by
Tagged with
3 votes
0 answers
103 views

I try to display my website in a JavaFX WebView component, but the page fails to load. I get a blank page. The site uses the JavaScript library angular-auth-oidc-client to redirect to WebSSO. After ...
Olivier Dutrieux's user avatar
0 votes
0 answers
51 views

We have a JavaFX WebView that needs to load a simple HTML page containing a tinymce v4 editor. This works fine in older versions of Java (Java 11). But in Java 21, tinymce v4 doesn't load in the jfx ...
Kevin Day's user avatar
  • 16.6k
2 votes
2 answers
364 views

I've been trying to create a Java desktop app using Java, JavaScript and JavaFX and one part of the app should be able to display a location on the map using the location of the venue taken from the ...
Mia's user avatar
  • 21
0 votes
1 answer
89 views

I have a WebView element, which render a html code. I want to create getSelectedIndices and setSelectedIndices method. Getter works, Setter throws IndexSizeException. How can I set the selection area ...
Krisztofer Török's user avatar
0 votes
0 answers
219 views

my project structure So I imported everything I need for javafx webview. I also added the vm arguments in eclipse, which are these: --module-path /Users/easwar/Downloads/javafx-sdk-21.0.1/lib --add-...
MessiSkillz's user avatar
1 vote
0 answers
201 views

I am trying to script logging in to a 3rd party site to obtain a value. For several years I was able to use javaFX to do this, but it recently stopped working. I have tried using selenium with some ...
Bryan's user avatar
  • 325
1 vote
0 answers
293 views

While logging to IDP server with user credentials on webbrowser, It asks the browser to present it's certificate and a certificate pop up appears on browser listing the certificates installed on the ...
Discovery's user avatar
0 votes
0 answers
150 views

I am creating an AppDrawer (all in one place to launch shortcuts). My JSCallBack bridge class has a method that should delete a shortcut, then refresh the page. But, it is unable to successfully ...
Izzaz 's user avatar
1 vote
0 answers
290 views

I've noticed strange behavior in javafx.WebView version 14-ea+4 and up. If you open https://socketio-chat-h9jt.herokuapp.com/ in javafx.WebView of any version, then there will be no problems. The site ...
Dmitriy's user avatar
  • 455
0 votes
1 answer
372 views

When loading http://127.0.0.1:3000 I get this error: java.lang.Throwable: Unknown error at [email protected]/javafx.scene.web.WebEngine$LoadWorker.describeError(WebEngine.java:1444) at ...
Dmitriy's user avatar
  • 455
0 votes
2 answers
179 views

I am trying to do a simple Demo about using JavaFX on Mobile using GluonFX Pluging & Attche. The App, Will be Simply WebApp. The Main problem now is When the user click on any text input field, ...
SamFX's user avatar
  • 19
6 votes
2 answers
2k views

How to debug a JavaFX webview? I find two ways, one is to attach external chrome debugger to JavaFX webview. Another is to inject firebug javascript. Method#1 seems to use a bit of hacks like set ...
Ivan Velikanov's user avatar
0 votes
0 answers
114 views

Problem : So basically the problem is that when I do change background color at 12pt font size and then I increase the font size to let's say 36pt then the background color is not properly rendered ...
MD Ismail Hosen's user avatar
0 votes
0 answers
643 views

when I try to get a WebPage with the class com.sun.javafx.webkit.Accessor, I always see the following exception: Exception in thread "JavaFX Application Thread" java.lang.IllegalAccessError: ...
CPU's user avatar
  • 46
0 votes
0 answers
136 views

When I switch from Azul Zulu jdk (that has Javafx) to Amazon Corretto Jdk, the WebView instead of showing the string "عربي" it shows a series of vertical rectangles ▯▯▯▯▯▯. My line of code ...
Nadirspam's user avatar
  • 309
0 votes
1 answer
79 views

Hi I am working on my web browser javafx project where I am storing my browsing history into mysql. There is a bug where everytime I use the addressbar to browse new websites, the history entries ...
Jinyoung Chang's user avatar
0 votes
0 answers
261 views

I'm trying to style a JavaFX WebEngine using the setUserStyleSheetLocation method. The method's documentation says it requires a "local URL" starting with data:, file:, jar:, or jrt:. I want ...
Sam Hooper's user avatar
4 votes
1 answer
1k views

I am porting an android app to javaFX for windows deployment, i'm new to javaFX and desktop deployment, but not so new to java. The app contains a WebView that loads a url obtained from a server via ...
Tim W's user avatar
  • 101
1 vote
0 answers
220 views

I am trying to integrate a Dash-plotly application into a Java application. I have created a Plotly-Dash app that looks like this: The Dash app component of the code is like this: app = dash.Dash(...
xyiong's user avatar
  • 383
0 votes
1 answer
906 views

Im trying to host javafx application within a simple springboot application, using web and thymleaf. It serves up static html to local host, and i can get this content both from the browser and trough ...
Toogle Soogle's user avatar
-1 votes
1 answer
1k views

I am trying to create a button in JavaFX using Scene Builder but I am having some issues. Here is my code : MainDesign.java package application; import javafx.application.Application; import javafx....
chinmay karangutkar's user avatar
0 votes
0 answers
173 views

I'm working on an application that reads a method (println()) from the Java code in the JavaScript code in a local HTML file that is loaded by WebEngine when the user selects an item in ComboBox. The ...
chaim770's user avatar
0 votes
0 answers
43 views

I have a WebEngine-based JFrame. In JS page code I call java openFiles() method and expect a json string as answer, like this: var jsonArray = java.openFiles();. If user has selected some files, I ...
Sasha's user avatar
  • 53
1 vote
1 answer
522 views

I have a JavaFX application where I am loading the HTML page. The HTML generates a Base64 which is being written to a file once it is loaded using JavaScript bridge. I am trying to get this Base64 ...
Nithin's user avatar
  • 381
-1 votes
1 answer
35 views

See image: This is very ugly. thanks.
Dream Li's user avatar

1
2 3 4 5 6