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