java.awt .Frame com.ibm.icu.dev.demo.calendar .CalendarFrame CalendarFrame class CalendarFrame extends Frame (Code) A Frame is a top-level window with a title. The default layout for a frame
is BorderLayout. The CalendarFrame class defines the window layout of
CalendarDemo.
Inner Class :class CalendarRec
Constructor Summary public CalendarFrame (DemoApplet myApplet) Constructs a new CalendarFrame that is initially invisible.
Method Summary public voiderrorText (String s) Print out the error message while debugging this program.public voidinit () Initializes the applet.
CalendarFrame public CalendarFrame(DemoApplet myApplet)(Code) Constructs a new CalendarFrame that is initially invisible.
errorText public void errorText(String s)(Code) Print out the error message while debugging this program.
init public void init()(Code) Initializes the applet. You never need to call this directly, it
is called automatically by the system once the applet is created.