1 /*2 * @(#)ScrollPaneUI.java 1.17 03/12/193 *4 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.6 */7 8 package javax.swing.plaf;9 10 11 /**12 * Pluggable look and feel interface for JScrollPane.13 *14 * @version 1.17 12/19/0315 * @author Hans Muller16 */17 18 public abstract class ScrollPaneUI extends ComponentUI {19 }20