FileDocCategorySizeDatePackage
MenuBarUI.javaAPI DocJava SE 5 API477Fri Aug 26 14:58:02 BST 2005javax.swing.plaf

MenuBarUI.java

/*
 * @(#)MenuBarUI.java	1.15 03/12/19
 *
 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package javax.swing.plaf;

import java.awt.Insets;
import javax.swing.JMenuBar;

import javax.swing.JMenu;
/**
 * Pluggable look and feel interface for JMenuBar.
 *
 * @version 1.15 12/19/03
 * @author Georges Saab
 * @author David Karlton
 */

public abstract class MenuBarUI extends ComponentUI { }