1. /*
  2. * @(#)MenuItemUI.java 1.13 00/02/02
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. package javax.swing.plaf;
  11. import javax.swing.*;
  12. import java.awt.event.*;
  13. /**
  14. * Pluggable look and feel interface for JMenuItem.
  15. *
  16. * @version @(#)MenuItemUI.java 1.13 00/02/02
  17. * @author Georges Saab
  18. * @author David Karlton
  19. * @author Arnaud Weber
  20. */
  21. public abstract class MenuItemUI extends ButtonUI {
  22. }