/* * @(#)ScrollPaneUI.java 1.17 03/12/19 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package javax.swing.plaf; /** * Pluggable look and feel interface for JScrollPane. * * @version 1.17 12/19/03 * @author Hans Muller */ public abstract class ScrollPaneUI extends ComponentUI { }