Back Previous Next


Linguist graphics package - label

Syntax:

   label {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKLabel.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHLabel.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 Graphics component of the same name. See also create and set.

Example(s):

   label Label5
   label Labels 8


Back Previous Next