This is a short note to document a process for creating a build environment in NetBeans to
- Build a modular project with JavaFx
- Run project inside NetBeans environment with the Run Project key (or from menu)
- Debug project inside NetBeans environment with the Debug Project key (or from menu)
- Extract Javadoc documentation from the project with the Run | Generate Javadoc menu
- Execute the code from the command line on a machine with the Azul JDK with JavaFX installed.