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