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