Back Previous Next


Linguist graphics package - textfield

Syntax:

   textfield {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKTextfield.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHTextfield.class

Function:

Declares a textfield variable or an array of textfield. These are single-line editable text boxes based on javax.swing.JTextField. See also create and show.

A textfield can be treated like a string variable - i.e. like a buffer. When you put text into it the new contents appear on screen immediately (if the component is visible).

Example(s):

   textfield NameBox
   textfield Fields 8


Back Previous Next