A simple JavaFX program to draw stuff
To run the program...
- If JavaFX is not downloaded, download file from here.
- Make sure to download the SDK and not the jmod.
- Extract the zip file contents into the same directory as the DoodleApp.java
- Compile with this command
javac --module-path javafx-sdk-11.0.2/lib --add-modules=javafx.controls DoodleApp.java - Run the progam with this command
java --module-path javafx-sdk-11.0.2/lib --add-modules=javafx.controls DoodleApp