Analogue clock application in Java Swing.
For building the application you need Apache Maven. Use the following command line:
$ mvn clean package
The build step described above produces an executable Jar archive. It can be executed in the command line with the following call:
$ java -jar target/Uhr-1.0-SNAPSHOT.jar
Written 2015 by Stephan Fuhrmann.
The tool is licensed under GPL 2.0.