Calendar

The LWUIT calendar component allows users to pick a date using a monthly calendar user interface. To create a calendar:

Calendar cal = new Calendar();

Developers can monitor state changes within the calendar using a data change listener or an action listener.

Figure: Calendar component