1. /*
  2. * @(#)MenuBarUI.java 1.12 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 java.awt.Insets;
  12. import javax.swing.JMenuBar;
  13. import javax.swing.JMenu;
  14. /**
  15. * Pluggable look and feel interface for JMenuBar.
  16. *
  17. * @version 1.12 02/02/00
  18. * @author Georges Saab
  19. * @author David Karlton
  20. */
  21. public abstract class MenuBarUI extends ComponentUI { }