Skip to content

torutk/analogclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analogclock

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:

  1. by images
  2. by drawing API
  3. by SVG data

Requirements

Java SE Development Kit 8. Ant, or NetBeans to build.