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