KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)RootPaneUI.java 1.6 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  * Pluggable look and feel interface for JRootPane.
12  *
13  * @version 1.6 12/19/03
14  * @author Scott Violet
15  */

16 public abstract class RootPaneUI extends ComponentUI JavaDoc {
17 }
18
Popular Tags