Hello World, JavaFX Style
The best way to teach you what it is like to create and build a
JavaFX application is with a ”Hello World” application. An added benefit
of this tutorial is that it enables you to test that your JavaFX
technology is properly installed.
The tool used in this tutorial is NetBeans IDE 8.0 Before you begin,
ensure that the version of NetBeans IDE that you are using supports
JavaFX 8.
Construct the Application
-
From the File menu, choose New Project.
-
In the JavaFX application category, choose JavaFX Application. Click Next.
-
Name the project HelloWorld and click Finish.