Calendar Component
This  is   a   Calendar widget.   This component  uses  the  java.util.Calendar class to compute the dates. The year and month are configurable using the choice controls.   The current day is  shown  in yellow color.   The  class which needs to get the calendar events has to implement the  CalendarListener  class.    When  a particular day is selected, the listener gets an  CalendarEvent  which  contains the component and date information 
In the demo applet the currently selected date appears in the text feild at the botton of the applet.