Back Previous Next


Linguist swing package - label

Syntax:

   label {name} {elements}

Keyword handler:

   linguist.swing.keyword.SKLabel.class

Runtime handler(s):

   linguist.swing.handler.SHLabel.class

Function:

Declares a label variable or an array of labels. The array size is fixed at time of compilation.

A label is a wrapper for the JFC Swing component of the same name. See also create and set.

Example(s):

   label Label5
   label Labels 8


Back Previous Next