Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The javafxc command-line utility is used to compile JavaFX scripts into executable applications. The only required parameter needed to run the javafxc utility is the name of the script file to compile. The following example compiles a file named HelloWorld.fx:
Note
You can use the HelloWorld file you created in Chapter 3 if you need a file to help you with this example.