JavaFX analog clock programs.
The explanation of this program is (in Japanese): http://www.torutk.com/projects/swe/wiki/JavaFX%E3%81%A8%E3%82%A2%E3%83%8A%E3%83%AD%E3%82%B0%E6%99%82%E8%A8%88
Using JavaFX graphics and animation, programming an analog clock consists of dial, minute hand, hour hand, and second hand. Each hand is moving by JavaFX animation.
There are three realizing methods:
- by images
- by drawing API
- by SVG data
Java SE Development Kit 8. Ant, or NetBeans to build.