A simple Rubik's cube timer with in Java
-> How to run the timer:
First make sure you have a recent version of the Java Runtime Environment installed in your system.
-Linux: use the followinng command (inside the .jar file's directory): java -jar Timer.jar
-MacOS: use the following command (inside the .jar file's directory): java -jar Timer.jar
-Windows: open the .jar file with Java(TM) Platform SE binary or type the following command in the terminal: java -jar c:\path\to\the\file\Timer.jar