GridBagConstraints.RELATIVE
Class Overview | Class Members |
This Package |
All Packages
Syntax
public static final int RELATIVE
Description
Specify that this component is the next-to-last component in its
column or row (gridwidth, gridheight),
or that this component be placed next to the previously added
component (gridx, gridy).
See Also
gridwidth, gridheight, gridx, gridy