What is "jtextfield"
JTextField
is a lightweight component that allows editing a single line of text.
JTextField
is intended to be compatible with java.awt.TextField
, but has features not found in the class java.awt.TextField
. The superclass should be consulted for additional resources.
For information on and examples of how to use text fields, see How to Use Text Fields.