...
Building a JavaFX application with JavaFX 24
- Starting with Java SE JDK 11, JavaFX is not included in the Oracle JDK. JavaFX has been JavaFX was 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.
...
Overview
Content Tools
ThemeBuilder