...
Building a JavaFX application with JavaFX 24
- Starting with Java SE 11, JavaFX is not included in the Oracle JDK. JavaFX has been open sourced and redesigned to be available as a stand-alone library rather than being included with the JDK.
- The JavaFX runtime is delivered as an SDK and as a set of jmods for each platform.
...
- There are two ways you can use the JavaFX runtime with your application. Both of these methods presume that you have already downloaded JDK 24, set JAVA_HOME to point to it, and put JDK 24 in your PATH.
1. Use the JavaFX SDK to compile and run your JavaFX application
...
Overview
Content Tools
ThemeBuilder