| E L V
I S Extensible Libraried Visual Interface Simplifier |
|
|
|
|
Widget |
TextAreaWidget ->TextArea DescriptionImplements Java's JTextArea class.AttributeslinewrapBoolean that sets whether the line wrap is enabled (true) or disabled (false). Default Value: true height Sets the height of the TextArea (in character sizes, not pixels) Default Value: -1 linenumbers Boolean that sets whether the linenumbers can be seen (true) or not (false). Default Value: editable Boolean that sets whether the TextArea is editable (true) or not editable (false). Default Value: true width Sets the width of the TextArea (in character sizes, not pixels) Default Value: tabSize Sets the tab size in character widths. Default Value: -1 text Sets the initial text in the TextArea Default Value: null with Default Value: -1 |