1. /*
  2. * @(#)MenuBarUI.java 1.14 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package javax.swing.plaf;
  8. import java.awt.Insets;
  9. import javax.swing.JMenuBar;
  10. import javax.swing.JMenu;
  11. /**
  12. * Pluggable look and feel interface for JMenuBar.
  13. *
  14. * @version 1.14 01/23/03
  15. * @author Georges Saab
  16. * @author David Karlton
  17. */
  18. public abstract class MenuBarUI extends ComponentUI { }