Back Previous Next


Linguist graphics package - menuitem

Syntax:

   menuitem {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKMenuitem.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHMenuitem.class

Function:

Declares a menu item variable or an array of menu items. The array size is fixed at time of compilation.

A label is a wrapper for the JFC JMenuItem. See also create and set.

Example(s):

   menuitem MenuItem
   menuitem MenuItems 8


Back Previous Next