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