[1] Description: You should be able to reuse most of the classes in the previous assignemnt. The more the better. The first job is to convert the applet into a standalone application.
Then you should implement the following enhancements. (1) There should be a clock that keep tracks the amount of time used since the definition. You must use a thread here. (2) A Status bar indicating how much has been completed (minimum 0, maximum 81). You may be able to implement this without using a thread, but as an exercise, try to use some animation and thread for this bar. I would like to see that you extends from the Thread class and implements the Runnable (one for each thread used).
[2] Input: None. GUI.
[3] Output: None. GUI.
[4] Keywords: Java, Application, Events, Visual Components, Threads.
[5] Due Date: Wednesday, November 29, 2006.