Simple stopwatch written in Java. Application provides one button for run/stop/clear the timer. Also timer can be runned / stopped / cleared by pressing space-bar.
You need to have make tool installed.
To build the project:
- Make sure you have 'make' tool installed ('md5sum' would be nice also)
- Open the terminal
- Enter the JustStopwatch directory
- type 'make' and press Enter
- if everything goes well in the JustStopwatch/bin directory there should be file: JustStopwatch.jar
Enter the 'JustStopwatch/bin' directory and double click on the 'JustStopwatch.jar' file
or:
- enter the terminal
- enter the Stopwatch/bin directory
- type: 'java -jar JustStopwatch.jar'