- /*
 - * @(#)SpinnerUI.java 1.4 03/01/23
 - *
 - * Copyright 2003 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 JSpinner
 - *
 - * @version 1.4 01/23/03
 - * @author Hans Muller
 - * @since 1.4
 - */
 - public abstract class SpinnerUI extends javax.swing.plaf.ComponentUI {
 - }