caltool
Class Main

java.lang.Object
  extended bycaltool.Main

public class Main
extends java.lang.Object

Class Main contains the main Java function for the Calendar system. It constructs instances of the model, view, and process classes for the Calendar and gives control to the view, which will manage communication with the end user.

This is an initial implementation for GUI testing purposes, with no process classes yet defined.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Construct models, construct views, compose views, and fire the puppy up.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Construct models, construct views, compose views, and fire the puppy up.