public class extend.awt.Calendar extends java.awt.Panel { public static final int No_Names public static final int Short_Names public static final int Long_Names public Calendar(int) }The Calendar class provides a visual control for displaying a month of days at a time. Scroll buttons are provided to change the month being displayed.
public final static int No_Names
public final static int Short_Names
public final static int Lont_Names
public Calendar (int dayName)
dayName -
The day name indicator. It must be one of
No_Names (to suppress day name display), Short_Names (to display
3-character day names) or Long_Names (to display full length day names).
Event.id | Event.arg | Event posting trigger |
ACTION_EVENT | An ADate object containing the date the user clicked on. | The user clicked on one of the day buttons on the calendar. |