Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
GridBagConstraintConstants Class Members
The following tables list the members exposed by GridBagConstraintConstants.
Public Fields
| Name | Description |
| Relative | This constant can be assigned to Column and Row to indicate that the cell be positioned relative to the last cell. |
| Remainder | This 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