KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * @(#)MenuItemUI.java 1.16 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 package javax.swing.plaf;
8
9 import javax.swing.*;
10 import java.awt.event.*;
11
12 /**
13  * Pluggable look and feel interface for JMenuItem.
14  *
15  * @version @(#)MenuItemUI.java 1.16 03/12/19
16  * @author Georges Saab
17  * @author David Karlton
18  * @author Arnaud Weber
19  */

20 public abstract class MenuItemUI extends ButtonUI JavaDoc {
21 }
22
23
Popular Tags