Questions tagged [javafx]

The JavaFX platform enables developers to create and deploy Rich Internet Applications (RIA) that behave consistently across multiple platforms and browsers. Questions about programming with JavaFX should be asked at Stack Overflow Q&A.

The JavaFX platform enables developers to create and deploy Rich Internet Applications (RIA) that behave consistently across multiple platforms and browsers. It is built on Java technology and is part of the default JDK since JDK 1.8.

58 questions
1
vote
0 answers

Unable to run jar file that requires JavaFX

I have download a jar file. When I run it, I get the message JavaFX runtime components are missing............ I then ran the the following command sudo apt install openjdk-8-jdk openjfx Still I am getting the same error. I have Netbeans 8.1…
neelanshu
  • 331
1
vote
1 answer

Ubuntu Java Scene Builder too small on a 4k screen

As you can see below the scene builder GUI is far too small Scene builder How can I change this? My monitor is 4k
1
vote
0 answers

Upgrading Ubuntu 18.04.1 disabled JavaFX?

I just upgraded to 18.04.1 and trying to adjust to the changes. One huge issue I'm having is that opening a java application, the Ardor client, I get the error "JavaFX not supported". I tried to reinstall OpenJFX and it says it's up to date. Has it…
0
votes
1 answer

JavaFX on Ubuntu 22.04 won't work like on Windows 10

I have ported some JAVA Apps from Windows 10 onto Ubuntu 22.04 (it runs alongside with Windows). Some data: Acer e15. 360 GB Ubuntu-partition Java JDK-9.0.4 (I won't move up due to one fact that JavaFX is a part of JDK and it saves me to deal with…
user1667636