  |
Layout Manager Launch - http://www.softbear.com/people/larry/javalm.htm
A collection of links to Java layout managers. |
  |
JFCML - JFC/Swing XML Markup Language - http://jfcml.sourceforge.net
An XML interface to the javax.swing package and its subpackages that enables programmer to create Java GUI from XML file. [Open source, Academic Free License] |
  |
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] |