GridBagConstraints.gridheight

GridBagConstraints.gridheight

Class Overview | Class Members | This Package | All Packages

Syntax
public int gridheight
Description
Specifies the number of cells in a column for the component's display area.

Use REMAINDER to specify that the component be the last one in its column. Use RELATIVE to specify that the component be the next-to-last one in its column.

The default value is 1.

See Also
gridwidth