KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)MenuBarUI.java 1.15 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.JMenuBar JavaDoc;
12
13 import javax.swing.JMenu JavaDoc;
14 /**
15  * Pluggable look and feel interface for JMenuBar.
16  *
17  * @version 1.15 12/19/03
18  * @author Georges Saab
19  * @author David Karlton
20  */

21
22 public abstract class MenuBarUI extends ComponentUI JavaDoc { }
23
24
Popular Tags