Class setConstraints

Class setConstraints

java.lang.Object
   |
   +----setConstraints

class setConstraints
extends Object
A class that has to be called by all controls , other than Menu and Menu Item, for setting constraints on the GridBagLayout

Constructor Index

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

Constructors

 o setConstraints
  public setConstraints(GridBagLayout gridbag,
                        GridBagConstraints c,
                        String gridwidth,
                        int top,
                        int left,
                        int bottom,
                        int right)