TableLayout.java | Class | A layout that manages Components in a table structure that is backed by a Grid.
You can use this rapidly and easily layout user interfaces of almost any complexity.
Additionaly, since this layout is backed by a Grid, you can dynamically manipulate
the layout to accomplish sophisticated user interfaces.
The general concepts of this layout are adapted directly from the TableLayout
project at http://tablelayout.dev.java.net/. |