caltool
Class Main
java.lang.Object
caltool.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 |
Main
public Main()
main
public static void main(java.lang.String[] args)
- Construct models, construct views, compose views, and fire the puppy up.