com.toedter.calendar.demo

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:
$LastChangedRevision: 103 $, $LastChangedDate: 2006-06-04 14:57:02 +0200 (So, 04 Jun 2006) $
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 JGoodies Look & 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 JGoodies Look & 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 - 2009 Kai Toedter.