E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

TextField

Widget
     ->TextField

Description

Widget for an editable Java JTextField.

Attributes

alignHoriz
    Sets the horizontal alignment
    Default Value: left

editable
    Boolean that sets whether the TextField is editable (true) or not editable (false).
    Default Value: true

width
    sets the width of the TextField (with character, not pixel, width)
    Default Value: -1

text
    Sets the initial text in the TextField.
    Default Value: null