- /*
- * @(#)ScrollBarUI.java 1.12 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 JScrollBar.
- *
- * @version 1.12 03/12/19
- * @author David Kloba
- */
- public abstract class ScrollBarUI extends ComponentUI {
- }