GridBagConstraints.gridwidth

GridBagConstraints.gridwidth

Class Overview | Class Members | This Package | All Packages

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

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

The default value is 1.

See Also
gridheight