Class Main

java.lang.Object
  extended by Main

public class Main
extends java.lang.Object

This is a simple driver for the CalendarToolUI prototype. All it has is a main method that constructs the top-level GUI, and calls setVisible(true) on it. This is the standard way that GUI windows are brought up on the screen.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Construct a CalendarToolUI and make it visible.
 
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 a CalendarToolUI and make it visible.