com.toedter.calendar

Class JCalendarDemo

Implemented Interfaces:
PropertyChangeListener

public class JCalendarDemo
extends JApplet
implements PropertyChangeListener

A demonstration Applet for the JCalendar bean. The demo can also be started as Java application.
Version:
1.2
Author:
Kai Toedter

Method Summary

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".

Method Details

createMenuBar

public JMenuBar createMenuBar()
Creates the menu bar
Returns:
Description of the Return Value

createToolBar

public JToolBar createToolBar()
Creates the menu bar
Returns:
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.
Parameters:
s - The command line arguments

propertyChange

public void propertyChange(PropertyChangeEvent evt)
The applet is a PropertyChangeListener for "locale" and "calendar".
Parameters:
evt - Description of the Parameter

Copyright B) 1999 - 2004 Kai Toedter.