All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class framework.awt.TextAreaGBL

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.TextComponent
                   |
                   +----java.awt.TextArea
                           |
                           +----framework.awt.TextAreaGBL

public class TextAreaGBL
extends TextArea
Extension on TextArea, allows user to set the gridbagconstraints.

See Also:
TextArea

Constructor Index

 o TextAreaGBL(String, int, int, int, GridBagLayout, GridBagConstraints)

Constructors

 o TextAreaGBL
 public TextAreaGBL(String name,
                    int y,
                    int x,
                    int bars,
                    GridBagLayout gbl,
                    GridBagConstraints gbc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index