Calendar

Displays a monthly calendar.  It can display the current month or a specified month.  It has buttons for moving a month ahead or a month back.

If running as a program, it can be resized.  (This works correctly under Java 1.0.  Under Java 1.1, the window must be covered and uncovered after it is resized before the entire window is updated.)
 
Purpose:  Displays a month in a window.  The default is the current month and current year.
Usage: javaw CalendarApp -m=month -y=year
Classes: CalendarApp, AppletFrame, Calendar, Day, Format

Purpose:  Displays the specified month in an HTML document.  The default is the current month and current year.
Usage: <Applet code="Calendar.class" width=width height=height> <param name=m value=month> <param name=y value=year> </applet>
Classes: Calendar, Day, Format

Note: In the usage description, bold text is required.  Underlined text is text is replaced by an actual value.

Calling Hierarchy
CalendarApp extends Calendar
+-> AppletFrame extends Frame
+-> Calendar extends Applet
|   +-> Day
|   +-> Format

Updated: $Date: 1998/11/21 21:56:03 $ GMT