|
|
ExplicitLayout 'Complex Grid' Example |
 |
Demonstrates how to use ExplicitLayout to:
- Layout components on a grid with more flexibility than Grid Layout
- Define component width as a multiple of the grid cell width
- Define component height as a multiple of the grid cell height
- Insert a gap between the grid cell boundary and a component
- Respect container insets
|
| Source code: ComplexGridDemo.java |
|