GridBagConstraints.gridx
Class Overview | Class Members |
This Package |
All Packages
Syntax
public int gridx
Description
Specifies the cell at the left of the component's display area,
where the leftmost cell has gridx = 0. The value
RELATIVE specifies that the component be placed just
to the right of the component that was added to the container just
before this component was added.
The default value is RELATIVE.
See Also
gridy