Any Layout Similar to HTML Tables'?
Is there any layout which would adapt each column and row to its contents so, for example, a panel might end up like this: _| | ||__|_||__|_|but the several cells would never be misaligned?
# 4
Never mind. I found a link to http://www.netbeans.org/kb/55/quickstart-gui.html on the GridBagLayout tutorial page and, as I'm already using NetBeans, I'll use that feature rather than hand-coding the mess. Thanks!