Project NotMine    October 2017
JavaFX Implementation with SQLite

1. Download

Link   Description
NotMineJavaFX.zip . A NetBeans JavaFX Application with a JavaFX GUI that matches the mockup. The download size is small.
Java Library . Add library NotMineJava or an according project reference to NotMineJava.
NetBeans SQLiteJDBC . Add library jar sqlite-jdbc which in NetBeans-8.2 is available via Tools->Plugins as "NetBeans SQLiteJDBC". This project was developed against version 3-16.1 only.

Dependencies

2. Details

The applied AnimationTimer calls back every possible nanosecond. It seems that refreshing the according label like that spams the event queue and slows down the entire JVM. However, the timer is native to JavaFX and workarounds are not implemented. Alternatively a Java timer may be implemented that calls back only every possible millisecond.

3. Screenshot

4. Video

v