Java java.awt MenuBar fields, constructors, methods, implement or subclass

Example usage for Java java.awt MenuBar fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt MenuBar.

The text is from its open source code.

Constructor

MenuBar()
Creates a new menu bar.

Method

Menuadd(Menu m)
Adds the specified menu to the menu bar.
voidsetHelpMenu(final Menu m)
Sets the specified menu to be this menu bar's help menu.