A simple Java app that shows a random picture from a directory tree.
Run mvn package to create a JAR in target/shade/
Create props.properties
file with the following properties
paths=YOUR_PATH_HERE;ANOTHER_ONE
defaultImage=heavybreathing.gif
and place it alongside the generated JAR.
Launch the previously generated jar with java -jar JAR_NAME
Create a native image in target/random-picture/ with the command mvn clean javafx:jlink
and run it with the script RandomPicture.bat