| constraint | description | values | default |
|---|---|---|---|
| anchor | where in cell | CENTER EAST NORTH NORTHEAST | CENTER |
| fill | directions to streach | HORIZONTAL VERTICAL BOTH NONE | NONE |
| gridx | horizontal grid component | ||
| gridy | vertical grid component | ||
| gridwidth | span of component in columns | RELATIVE REMAINDER integer value in cells | 1 |
| gridheight | span of component in rows | RELATIVE REMAINDER integer value in cells | 1 |
| ipadx | horizontal padding outside cell | ||
| ipady | vertical padding outside cell | ||
| insets | internal padding around component top,left,bottom,right | 0,0,0,0 | |
| weightx | horizontal proportion of this cell | ||
| weighty | vertical proportion of this cell |