KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > javax > swing > plaf > SpinnerUI


1 /*
2  * @(#)SpinnerUI.java 1.5 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 javax.swing.plaf;
9
10
11 /**
12  * Pluggable look and feel interface for JSpinner
13  *
14  * @version 1.5 12/19/03
15  * @author Hans Muller
16  * @since 1.4
17  */

18 public abstract class SpinnerUI extends javax.swing.plaf.ComponentUI JavaDoc {
19 }
20
21
Popular Tags