< prev index next >

src/java.desktop/share/classes/java/awt/MenuBar.java

Print this page

        

*** 44,54 **** * The {@code MenuBar} class encapsulates the platform's * concept of a menu bar bound to a frame. In order to associate * the menu bar with a {@code Frame} object, call the * frame's {@code setMenuBar} method. * <p> ! * <A NAME="mbexample"></A><!-- target for cross references --> * This is what a menu bar might look like: * <p> * <img src="doc-files/MenuBar-1.gif" * alt="Diagram of MenuBar containing 2 menus: Examples and Options. * Examples menu is expanded showing items: Basic, Simple, Check, and More Examples." --- 44,54 ---- * The {@code MenuBar} class encapsulates the platform's * concept of a menu bar bound to a frame. In order to associate * the menu bar with a {@code Frame} object, call the * frame's {@code setMenuBar} method. * <p> ! * <a id="mbexample"></a><!-- target for cross references --> * This is what a menu bar might look like: * <p> * <img src="doc-files/MenuBar-1.gif" * alt="Diagram of MenuBar containing 2 menus: Examples and Options. * Examples menu is expanded showing items: Basic, Simple, Check, and More Examples."
< prev index next >