Row (tag) |
From JAXXWiki
The <row> tag creates a row within a <Table>. It supports all of the GridBagConstraints specified under the documentation for the <Table> tag; any constraints specified for a row become the default values for all cells within the row. GridBagConstraints specified on a row override those specified on a Table.
A row tag must contain one or more cell tags as children.

