clock
Class Clock

java.lang.Object
  extended by clock.Clock

@ClassPreamble(author="Ian Barnes",
               date="01.04.2007",
               currentRevision=2,
               lastModified="29.03.2007",
               lastModifiedBy="abx")
public class Clock
extends java.lang.Object

The root class of the Clock application. To use the program run the command:

                java -Xdock:name="Analog Clock" Clock
 
It creates Observable model, Observer view, and register view with model

Author:
Ian Barnes (2005 original version), abx (2007 adopted for a GUI assignment and javadoc tags added)

Constructor Summary
Clock()
           
 
Method Summary
static void main(java.lang.String[] args)
          the main method: creates model
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Clock

public Clock()
Method Detail

main

public static void main(java.lang.String[] args)
the main method: creates model

Parameters:
args - the command line arguments (none intended)