PPT Slide
The fourth quadrant of the GridLayout:
- Contains several components.
- Because only one component is permitted per area, we subdivide the space as needed:
Panel Panel2 = new Panel();
// add it to the next position
// divide it into 4 rows, 1 column
// add the componets, row by row
But Panel 2’s 4th row holds two items, so . . .