TextField Constructors
Creates an empty text field with the specified number of columns.
Creates a text field initialized with the specified string s.
TextField(String s, int width)
Creates a text field initialized with thespecified string s and the column sizewidth.