Back Previous Next


Linguist graphics package - popupmenu

Syntax:

   popupmenu {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKPopupmenu.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHPopupmenu.class

Function:

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

This variable is a wrapper for the JFC JPopupMenu. See also create, add and on.

Example(s):

   popupmenu PopupMenu
   popupmenu PopupMenus 8


Back Previous Next