python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Background color rendering issue with HTMLEditor JavaFX8
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 i...
MD Ismail Hosen
Votes: 0
Answers: 0
jfx webview with Basic auth does not notice that it is logged in at the first attempt
First of all, beginner here.
Goal:
I would like to access a page of my wiki(xWiki) with basic authentication and Openjdk 8.
Problem:
It doesn't recognize on the first attempt that im already logged in...
MCSchreiber
Votes: 0
Answers: 1
com.sun.javafx.webkit.Accessor doesn't work
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
Votes: 0
Answers: 0
Module not found: javafx.web
I wanted to create a WebView with Javafx, and I added requires javafx.web; to my module-info.jar, but IntelliJ say: "Module not found: javafx.web".
requires javafx.controls;
requires javafx....
Fridolin1
Votes: 0
Answers: 1