Simple painting/sketching application written in javaFx. Made purely for self-improvement and educational purposes.
Use Maven to compile and run tests:
mvn install
To produce runnable application issue the following command:
mvn jfx:jar
Then execute
java -jar target/jfx/app/fxpaint-1.0.0-SNAPSHOT-jfx.jar
or double click on the mentioned file.