December 16, 2005 07:00 PM EST
In this month's article I introduce TableLayout, a robust but easy-to-use
LayoutManager for use in any Java Swing application. It's based very loosely
on the HTML TABLE paradigm, where components are placed in table cells in
row-major order. Vertical and horizontal alignment for ... (more)