Overview | Methods | This Package | All Packages
Creates a new Menu object.
Syntax
protected Menu( MenuItem[] items )
Parameters
items
An array of MenuItem objects that specify the items to insert into the menu.
Remarks
This method is protected, and cannot be called directly, except from within a class that extends the Menu class.