Project NotMine October 2017
|
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. |
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.