/lib/docs/api/com/toedter/calendar/demo/JCalendarDemo.html
HTML | 533 lines | 465 code | 44 blank | 24 comment | 0 complexity | 23b4b7dfc159cef379bad228742c9154 MD5 | raw file
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!--NewPage--> 3<HTML> 4<HEAD> 5<!-- Generated by javadoc (build 1.5.0_06) on Sun Jun 04 15:41:15 CEST 2006 --> 6<TITLE> 7JCalendarDemo (JCalendar API) 8</TITLE> 9 10<META NAME="keywords" CONTENT="com.toedter.calendar.demo.JCalendarDemo class"> 11 12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> 13 14<SCRIPT type="text/javascript"> 15function windowTitle() 16{ 17 parent.document.title="JCalendarDemo (JCalendar API)"; 18} 19</SCRIPT> 20<NOSCRIPT> 21</NOSCRIPT> 22 23</HEAD> 24 25<BODY BGCOLOR="white" onload="windowTitle();"> 26 27 28<!-- ========= START OF TOP NAVBAR ======= --> 29<A NAME="navbar_top"><!-- --></A> 30<A HREF="#skip-navbar_top" title="Skip navigation links"></A> 31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 32<TR> 33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 34<A NAME="navbar_top_firstrow"><!-- --></A> 35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 36 <TR ALIGN="center" VALIGN="top"> 37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 39 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 44 </TR> 45</TABLE> 46</TD> 47<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 48</EM> 49</TD> 50</TR> 51 52<TR> 53<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 54 <A HREF="../../../../com/toedter/calendar/demo/DemoTable.html" title="class in com.toedter.calendar.demo"><B>PREV CLASS</B></A> 55 NEXT CLASS</FONT></TD> 56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 57 <A HREF="../../../../index.html?com/toedter/calendar/demo/JCalendarDemo.html" target="_top"><B>FRAMES</B></A> 58 <A HREF="JCalendarDemo.html" target="_top"><B>NO FRAMES</B></A> 59 <SCRIPT type="text/javascript"> 60 <!-- 61 if(window==top) { 62 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 63 } 64 //--> 65</SCRIPT> 66<NOSCRIPT> 67 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 68</NOSCRIPT> 69 70 71</FONT></TD> 72</TR> 73<TR> 74<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 75 SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JApplet">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JApplet">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 76<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 77DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 78</TR> 79</TABLE> 80<A NAME="skip-navbar_top"></A> 81<!-- ========= END OF TOP NAVBAR ========= --> 82 83<HR> 84<!-- ======== START OF CLASS DATA ======== --> 85<H2> 86<FONT SIZE="-1"> 87com.toedter.calendar.demo</FONT> 88<BR> 89Class JCalendarDemo</H2> 90<PRE> 91java.lang.Object 92 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Component 93 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Container 94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.awt.Panel 95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.applet.Applet 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">javax.swing.JApplet 97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.toedter.calendar.demo.JCalendarDemo</B> 98</PRE> 99<DL> 100<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.RootPaneContainer</DD> 101</DL> 102<HR> 103<DL> 104<DT><PRE>public class <B>JCalendarDemo</B><DT>extends javax.swing.JApplet<DT>implements java.beans.PropertyChangeListener</DL> 105</PRE> 106 107<P> 108A demonstration Applet for the JCalendar bean. The demo can also be started 109 as Java application. 110<P> 111 112<P> 113<DL> 114<DT><B>Version:</B></DT> 115 <DD>$LastChangedRevision: 103 $, $LastChangedDate: 2006-06-04 14:57:02 +0200 (So, 04 Jun 2006) $</DD> 116<DT><B>Author:</B></DT> 117 <DD>Kai Toedter</DD> 118<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.toedter.calendar.demo.JCalendarDemo">Serialized Form</A></DL> 119<HR> 120 121<P> 122<!-- ======== NESTED CLASS SUMMARY ======== --> 123 124<A NAME="nested_class_summary"><!-- --></A> 125<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 126<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 127<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 128<B>Nested Class Summary</B></FONT></TH> 129</TR> 130</TABLE> 131 <A NAME="nested_classes_inherited_from_class_javax.swing.JApplet"><!-- --></A> 132<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 133<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 134<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JApplet</B></TH> 135</TR> 136<TR BGCOLOR="white" CLASS="TableRowColor"> 137<TD><CODE>javax.swing.JApplet.AccessibleJApplet</CODE></TD> 138</TR> 139</TABLE> 140 141<A NAME="nested_classes_inherited_from_class_java.applet.Applet"><!-- --></A> 142<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 143<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 144<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.applet.Applet</B></TH> 145</TR> 146<TR BGCOLOR="white" CLASS="TableRowColor"> 147<TD><CODE>java.applet.Applet.AccessibleApplet</CODE></TD> 148</TR> 149</TABLE> 150 151<A NAME="nested_classes_inherited_from_class_java.awt.Panel"><!-- --></A> 152<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 153<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 154<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Panel</B></TH> 155</TR> 156<TR BGCOLOR="white" CLASS="TableRowColor"> 157<TD><CODE>java.awt.Panel.AccessibleAWTPanel</CODE></TD> 158</TR> 159</TABLE> 160 161<A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A> 162<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 163<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 164<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH> 165</TR> 166<TR BGCOLOR="white" CLASS="TableRowColor"> 167<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD> 168</TR> 169</TABLE> 170 171<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A> 172<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 173<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 174<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH> 175</TR> 176<TR BGCOLOR="white" CLASS="TableRowColor"> 177<TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD> 178</TR> 179</TABLE> 180 181<!-- =========== FIELD SUMMARY =========== --> 182 183<A NAME="field_summary"><!-- --></A> 184<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 185<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 186<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 187<B>Field Summary</B></FONT></TH> 188</TR> 189</TABLE> 190 <A NAME="fields_inherited_from_class_javax.swing.JApplet"><!-- --></A> 191<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 192<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 193<TH ALIGN="left"><B>Fields inherited from class javax.swing.JApplet</B></TH> 194</TR> 195<TR BGCOLOR="white" CLASS="TableRowColor"> 196<TD><CODE>accessibleContext, rootPane, rootPaneCheckingEnabled</CODE></TD> 197</TR> 198</TABLE> 199 <A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A> 200<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 201<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 202<TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH> 203</TR> 204<TR BGCOLOR="white" CLASS="TableRowColor"> 205<TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD> 206</TR> 207</TABLE> 208 <A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A> 209<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 210<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 211<TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH> 212</TR> 213<TR BGCOLOR="white" CLASS="TableRowColor"> 214<TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD> 215</TR> 216</TABLE> 217 218<!-- ======== CONSTRUCTOR SUMMARY ======== --> 219 220<A NAME="constructor_summary"><!-- --></A> 221<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 222<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 223<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 224<B>Constructor Summary</B></FONT></TH> 225</TR> 226<TR BGCOLOR="white" CLASS="TableRowColor"> 227<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#JCalendarDemo()">JCalendarDemo</A></B>()</CODE> 228 229<BR> 230 </TD> 231</TR> 232</TABLE> 233 234<!-- ========== METHOD SUMMARY =========== --> 235 236<A NAME="method_summary"><!-- --></A> 237<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 238<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 239<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 240<B>Method Summary</B></FONT></TH> 241</TR> 242<TR BGCOLOR="white" CLASS="TableRowColor"> 243<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 244<CODE> javax.swing.JMenuBar</CODE></FONT></TD> 245<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#createMenuBar()">createMenuBar</A></B>()</CODE> 246 247<BR> 248 Creates the menu bar</TD> 249</TR> 250<TR BGCOLOR="white" CLASS="TableRowColor"> 251<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 252<CODE> javax.swing.JToolBar</CODE></FONT></TD> 253<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#createToolBar()">createToolBar</A></B>()</CODE> 254 255<BR> 256 Creates the menu bar</TD> 257</TR> 258<TR BGCOLOR="white" CLASS="TableRowColor"> 259<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 260<CODE> void</CODE></FONT></TD> 261<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#init()">init</A></B>()</CODE> 262 263<BR> 264 Initializes the applet.</TD> 265</TR> 266<TR BGCOLOR="white" CLASS="TableRowColor"> 267<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 268<CODE> void</CODE></FONT></TD> 269<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#initializeLookAndFeels()">initializeLookAndFeels</A></B>()</CODE> 270 271<BR> 272 Installs the JGoodies Look & Feels, if available, in classpath.</TD> 273</TR> 274<TR BGCOLOR="white" CLASS="TableRowColor"> 275<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 276<CODE>static void</CODE></FONT></TD> 277<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#main(java.lang.String[])">main</A></B>(java.lang.String[] s)</CODE> 278 279<BR> 280 Creates a JFrame with a JCalendarDemo inside and can be used for testing.</TD> 281</TR> 282<TR BGCOLOR="white" CLASS="TableRowColor"> 283<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 284<CODE> void</CODE></FONT></TD> 285<TD><CODE><B><A HREF="../../../../com/toedter/calendar/demo/JCalendarDemo.html#propertyChange(java.beans.PropertyChangeEvent)">propertyChange</A></B>(java.beans.PropertyChangeEvent evt)</CODE> 286 287<BR> 288 The applet is a PropertyChangeListener for "locale" and "calendar".</TD> 289</TR> 290</TABLE> 291 <A NAME="methods_inherited_from_class_javax.swing.JApplet"><!-- --></A> 292<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 293<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 294<TH ALIGN="left"><B>Methods inherited from class javax.swing.JApplet</B></TH> 295</TR> 296<TR BGCOLOR="white" CLASS="TableRowColor"> 297<TD><CODE>addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isRootPaneCheckingEnabled, paramString, remove, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update</CODE></TD> 298</TR> 299</TABLE> 300 <A NAME="methods_inherited_from_class_java.applet.Applet"><!-- --></A> 301<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 302<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 303<TH ALIGN="left"><B>Methods inherited from class java.applet.Applet</B></TH> 304</TR> 305<TR BGCOLOR="white" CLASS="TableRowColor"> 306<TD><CODE>destroy, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stop</CODE></TD> 307</TR> 308</TABLE> 309 <A NAME="methods_inherited_from_class_java.awt.Panel"><!-- --></A> 310<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 311<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 312<TH ALIGN="left"><B>Methods inherited from class java.awt.Panel</B></TH> 313</TR> 314<TR BGCOLOR="white" CLASS="TableRowColor"> 315<TD><CODE>addNotify</CODE></TD> 316</TR> 317</TABLE> 318 <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A> 319<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 320<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 321<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH> 322</TR> 323<TR BGCOLOR="white" CLASS="TableRowColor"> 324<TD><CODE>add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD> 325</TR> 326</TABLE> 327 <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A> 328<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 329<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 330<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH> 331</TR> 332<TR BGCOLOR="white" CLASS="TableRowColor"> 333<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD> 334</TR> 335</TABLE> 336 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 337<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 338<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 339<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> 340</TR> 341<TR BGCOLOR="white" CLASS="TableRowColor"> 342<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> 343</TR> 344</TABLE> 345 346<P> 347 348<!-- ========= CONSTRUCTOR DETAIL ======== --> 349 350<A NAME="constructor_detail"><!-- --></A> 351<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 352<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 353<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 354<B>Constructor Detail</B></FONT></TH> 355</TR> 356</TABLE> 357 358<A NAME="JCalendarDemo()"><!-- --></A><H3> 359JCalendarDemo</H3> 360<PRE> 361public <B>JCalendarDemo</B>()</PRE> 362<DL> 363</DL> 364 365<!-- ============ METHOD DETAIL ========== --> 366 367<A NAME="method_detail"><!-- --></A> 368<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 369<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 370<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 371<B>Method Detail</B></FONT></TH> 372</TR> 373</TABLE> 374 375<A NAME="init()"><!-- --></A><H3> 376init</H3> 377<PRE> 378public void <B>init</B>()</PRE> 379<DL> 380<DD>Initializes the applet. 381<P> 382<DD><DL> 383<DT><B>Overrides:</B><DD><CODE>init</CODE> in class <CODE>java.applet.Applet</CODE></DL> 384</DD> 385<DD><DL> 386</DL> 387</DD> 388</DL> 389<HR> 390 391<A NAME="initializeLookAndFeels()"><!-- --></A><H3> 392initializeLookAndFeels</H3> 393<PRE> 394public final void <B>initializeLookAndFeels</B>()</PRE> 395<DL> 396<DD>Installs the JGoodies Look & Feels, if available, in classpath. 397<P> 398<DD><DL> 399</DL> 400</DD> 401<DD><DL> 402</DL> 403</DD> 404</DL> 405<HR> 406 407<A NAME="createToolBar()"><!-- --></A><H3> 408createToolBar</H3> 409<PRE> 410public javax.swing.JToolBar <B>createToolBar</B>()</PRE> 411<DL> 412<DD>Creates the menu bar 413<P> 414<DD><DL> 415</DL> 416</DD> 417<DD><DL> 418 419<DT><B>Returns:</B><DD>Description of the Return Value</DL> 420</DD> 421</DL> 422<HR> 423 424<A NAME="createMenuBar()"><!-- --></A><H3> 425createMenuBar</H3> 426<PRE> 427public javax.swing.JMenuBar <B>createMenuBar</B>()</PRE> 428<DL> 429<DD>Creates the menu bar 430<P> 431<DD><DL> 432</DL> 433</DD> 434<DD><DL> 435 436<DT><B>Returns:</B><DD>Description of the Return Value</DL> 437</DD> 438</DL> 439<HR> 440 441<A NAME="propertyChange(java.beans.PropertyChangeEvent)"><!-- --></A><H3> 442propertyChange</H3> 443<PRE> 444public void <B>propertyChange</B>(java.beans.PropertyChangeEvent evt)</PRE> 445<DL> 446<DD>The applet is a PropertyChangeListener for "locale" and "calendar". 447<P> 448<DD><DL> 449<DT><B>Specified by:</B><DD><CODE>propertyChange</CODE> in interface <CODE>java.beans.PropertyChangeListener</CODE></DL> 450</DD> 451<DD><DL> 452<DT><B>Parameters:</B><DD><CODE>evt</CODE> - Description of the Parameter</DL> 453</DD> 454</DL> 455<HR> 456 457<A NAME="main(java.lang.String[])"><!-- --></A><H3> 458main</H3> 459<PRE> 460public static void <B>main</B>(java.lang.String[] s)</PRE> 461<DL> 462<DD>Creates a JFrame with a JCalendarDemo inside and can be used for testing. 463<P> 464<DD><DL> 465</DL> 466</DD> 467<DD><DL> 468<DT><B>Parameters:</B><DD><CODE>s</CODE> - The command line arguments</DL> 469</DD> 470</DL> 471<!-- ========= END OF CLASS DATA ========= --> 472<HR> 473 474 475<!-- ======= START OF BOTTOM NAVBAR ====== --> 476<A NAME="navbar_bottom"><!-- --></A> 477<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 478<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 479<TR> 480<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 481<A NAME="navbar_bottom_firstrow"><!-- --></A> 482<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 483 <TR ALIGN="center" VALIGN="top"> 484 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 485 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 486 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 487 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 488 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 489 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 490 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 491 </TR> 492</TABLE> 493</TD> 494<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 495</EM> 496</TD> 497</TR> 498 499<TR> 500<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 501 <A HREF="../../../../com/toedter/calendar/demo/DemoTable.html" title="class in com.toedter.calendar.demo"><B>PREV CLASS</B></A> 502 NEXT CLASS</FONT></TD> 503<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 504 <A HREF="../../../../index.html?com/toedter/calendar/demo/JCalendarDemo.html" target="_top"><B>FRAMES</B></A> 505 <A HREF="JCalendarDemo.html" target="_top"><B>NO FRAMES</B></A> 506 <SCRIPT type="text/javascript"> 507 <!-- 508 if(window==top) { 509 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 510 } 511 //--> 512</SCRIPT> 513<NOSCRIPT> 514 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 515</NOSCRIPT> 516 517 518</FONT></TD> 519</TR> 520<TR> 521<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 522 SUMMARY: <A HREF="#nested_classes_inherited_from_class_javax.swing.JApplet">NESTED</A> | <A HREF="#fields_inherited_from_class_javax.swing.JApplet">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> 523<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 524DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> 525</TR> 526</TABLE> 527<A NAME="skip-navbar_bottom"></A> 528<!-- ======== END OF BOTTOM NAVBAR ======= --> 529 530<HR> 531Copyright 1999 - 2006 Kai Toedter. 532</BODY> 533</HTML>