All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class framework.awt.TextFieldGBL

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.TextComponent
                   |
                   +----java.awt.TextField
                           |
                           +----framework.awt.TextFieldGBL

public class TextFieldGBL
extends TextField
Extension on TextField, allows user to set the gridbagconstraints.

See Also:
TextField

Constructor Index

 o TextFieldGBL(String, GridBagLayout, GridBagConstraints)

Constructors

 o TextFieldGBL
 public TextFieldGBL(String name,
                     GridBagLayout gbl,
                     GridBagConstraints gbc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index