  |
Layout Manager Launch - http://www.softbear.com/people/larry/javalm.htm
A collection of links to Java layout managers. |
  |
JGoodies Forms - http://www.jgoodies.com/freeware/forms/
A framework helps layout form-oriented Swing panels. [Free and commercial editions] |
  |
ExplicitLayout - http://www.zookitec.com/explicitlayout.html
Allows each component's size and location to be defined explicitly in terms of attributes of itself, other components or its container. [Commercial w/ Demo] |
  |
FormLayout - http://allocinit.com/index.php?title=FormLayout
Layout manager for Java that is similar to the Motif Form Widget (but with less features). [Open Source] |
  |
HtmlLayout - http://braindamage.org/htmllayoutdocs/
Layout Manager that gets the layout and resize behaviors for components from an html-like syntax. [Open Source, LPGL] |