A simple JavaFX application that filter a list of objects (buses) from a JSON file.
To run the application from the sources:
$ ./gradlew jfxRun
To pack a self-contained application into the build/jfx/naive
directory:
$ ./gradlew jfxNative
Code released under the MIT License in 2018 by Yurii Rabeshko.