FormLayout is a Java class for controlling the layout interface components in a panel. It is appropriate to use with Swing or AWT components. It includes some of the features of SpringLayout provided by Sun Microsystems or the FormLayout class provided by IBM in Eclipse. It uses constraints to place components relative to others, but usually requires less coding by the programmer.
The April 2006 release uses a modified determination of container size that prevents problems in the first release which could cause some containers to be too small.
The class is provided only as source code. The file is 28K in size. A Javadoc description of the class and its methods is available for viewing. A small example program using FormLayout is also available.
< < Back