KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > java > swing > plaf > windows > WindowsClassicLookAndFeel


1 /*
2  * @(#)WindowsClassicLookAndFeel.java 1.2 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 package com.sun.java.swing.plaf.windows;
9
10 /**
11  * Implements the Windows95/98/ME/NT/2000 Look and Feel.
12  * <p>
13  * <strong>Warning:</strong>
14  * Serialized objects of this class will not be compatible with
15  * future Swing releases. The current serialization support is appropriate
16  * for short term storage or RMI between applications running the same
17  * version of Swing. A future release of Swing will provide support for
18  * long term persistence.
19  *
20  * @version 1.2 12/19/03
21  * @since 1.5
22  */

23 public class WindowsClassicLookAndFeel extends WindowsLookAndFeel {
24 }
25
Popular Tags