Back Previous Next


Linguist window package - textfield

Syntax:

   textfield {name} {elements}

Keyword handler:

   linguist.window.keyword.WKTextfield.class

Runtime handler(s):

   linguist.window.handler.WHTextfield.class

Function:

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

Example(s):

   textfield Display
   textfield Fields 6


Back Previous Next