KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)ToolBarUI.java 1.14 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 import java.awt.Insets JavaDoc;
11 import javax.swing.JToolBar JavaDoc;
12
13 /**
14  * Pluggable look and feel interface for JToolBar.
15  *
16  * @version 1.14 12/19/03
17  * @author Georges Saab
18  */

19
20 public abstract class ToolBarUI extends ComponentUI JavaDoc {
21 }
22
23
Popular Tags