Back Previous Next


Linguist window package - label

Syntax:

   label {name} {elements}

Keyword handler:

   linguist.window.keyword.WKLabel.class

Runtime handler(s):

   linguist.window.handler.WHLabel.class

Function:

Declare a wrapper for an AWT Label. See also create.

Example(s):

   label TextboxLabel
   label Labels 6


Back Previous Next