com.toedter.calendar
Class JCalendarDemo
JApplet
com.toedter.calendar.JCalendarDemo
- PropertyChangeListener
public class JCalendarDemo
extends JApplet
implements PropertyChangeListener
A demonstration Applet for the JCalendar bean. The demo can also be started as Java application.
JMenuBar | createMenuBar() - Creates the menu bar
|
JToolBar | createToolBar() - Creates the menu bar
|
void | init() - Initializes the applet.
|
void | initializeLookAndFeels() - Installs the Kunststoff and Plastic Look And Feels if available in classpath.
|
static void | main(String[] s) - Creates a JFrame with a JCalendarDemo inside and can be used for testing.
|
void | propertyChange(PropertyChangeEvent evt) - The applet is a PropertyChangeListener for "locale" and "calendar".
|
createMenuBar
public JMenuBar createMenuBar()
Creates the menu bar
- Description of the Return Value
createToolBar
public JToolBar createToolBar()
Creates the menu bar
- Description of the Return Value
init
public void init()
Initializes the applet.
initializeLookAndFeels
public final void initializeLookAndFeels()
Installs the Kunststoff and Plastic Look And Feels if available in classpath.
main
public static void main(String[] s)
Creates a JFrame with a JCalendarDemo inside and can be used for testing.
s
- The command line arguments
propertyChange
public void propertyChange(PropertyChangeEvent evt)
The applet is a PropertyChangeListener for "locale" and "calendar".
evt
- Description of the Parameter
Copyright B) 1999 - 2004 Kai Toedter.