Package clock

Class Summary
AnalogClockPanel The AnalogClockPanel class for drawing the clock face and hands using the time data obtained from the model.
Clock The root class of the Clock application.
Controller The Controller class of the Clock application contains event handler (which implements ActionListener as an anonymous inner class) for dealing with Time.
Model The Model class which maintains the value of of hour, minute, second by getting the current instance of java.util.Calendar It serves as Observable clas to Observer View
View The View class represents the data of the Model class
 

Annotation Types Summary
ClassPreamble  
ToDo Annotation type to indicate a task still needs to be completed