com.toedter.calendar.demo
Class JCalendarDemo
JApplet
com.toedter.calendar.demo.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.
$LastChangedRevision: 103 $, $LastChangedDate: 2006-06-04 14:57:02 +0200 (So, 04 Jun 2006) $ 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".
|
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 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.
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 - 2006 Kai Toedter.