Java AWT TextField
The object of a TextField class is a text component that allows the editing of a single line text. It inherits TextComponent class.
AWT TextField Class Declaration
Java AWT TextField Example
Java AWT TextField Example with ActionListener
Java AWT TextArea
The object of a TextArea class is a multi line region that displays text. It allows the editing of multiple line text. It inherits TextComponent class.
Comments
Post a Comment