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
DescriptionWidget for an editable Java JTextField.
AttributesalignHoriz
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
|