1 /* 2 * @(#)WindowsOptionPaneUI.java 1.15 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 import javax.swing.*; 11 import javax.swing.plaf.*; 12 import javax.swing.plaf.basic.*; 13 import java.beans.PropertyChangeEvent; 14 import java.beans.PropertyChangeListener; 15 16 17 18 /** 19 * Windows rendition of the component. 20 * <p> 21 * <strong>Warning:</strong> 22 * Serialized objects of this class will not be compatible with 23 * future Swing releases. The current serialization support is appropriate 24 * for short term storage or RMI between applications running the same 25 * version of Swing. A future release of Swing will provide support for 26 * long term persistence. 27 */ 28 public class WindowsOptionPaneUI extends BasicOptionPaneUI { 29 } 30 31