Use a TextField bean to provide a field for text entry or presentation. A text field consists of a single line.
Use a JTextField bean, rather than a TextField bean, if you want to use it in a Swing container. Although Swing and AWT beans can be mixed, it is inadvisable.
Adding a Text Component
Text Beans
Beans for Visual Composition