is dedicated to questions that are specific to the JavaFX 17 version
Questions tagged [javafx-17]
18 questions
0
votes
1 answer
Get Monitor Refresh Rate in JavaFX
Getting the monitor's refresh rate with AWT/Swing:
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment()
.getDefaultScreenDevice()
.getDisplayMode()
.getRefreshRate()
Question: Is there a similar method/procedure in getting the refresh rate…

StartsMercury
- 64
- 8
-1
votes
1 answer
Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Unrecognized option: --module-path
I tried to run my application of JavaFx using MVC
C:\Users\Bryan\Documents\NetBeansProjects\Practica_Arqui\nbproject\build-impl.xml:1342: The following error occurred while executing this…

Bryan
- 1
- 1
- 1
-1
votes
1 answer
(JavaFX in VSCode) VSCode dos not connect to JavaFX Libaries
i want to install JavaFX in VSCode. I downloaded the SDK and added the files with the Referenced libaries and they also appear in the settings.json. So I added the Files correctly. I also addes this in the launch.json:
"vmArgs": "--module-path…

Chrissi
- 15
- 8