Version

GridBagConstraintConstants Class Members

The following tables list the members exposed by GridBagConstraintConstants.

Public Fields
 NameDescription
Public FieldRelativeThis constant can be assigned to Column and Row to indicate that the cell be positioned relative to the last cell.  
Public FieldRemainderThis constant can be assigned to ColumnSpan and RowSpan to indicate that the cell occupy the rest of the row or the column respectively.  
See Also