TextField Methods
Returns the string from the text field.
Puts the given string in the text field.
setEditable(boolean editable)
Enables or disables the text field to be edited. By default, editable is true.
Sets the number of columns in this text field.The length of the text field is changeable.