PageLayout 1.11 review

Download
by rbytes.net on

PageLayout is a layout lanager for Java Swing/AWT that encapsulates, in a single library, the functionality of many other layout mana

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: varan
0 stars award from rbytes.net

PageLayout is a layout lanager for Java Swing/AWT that encapsulates, in a single library, the functionality of many other layout managers. It allows you to lay out components in appropriately aligned rows, columns, and grids.

The elements of rows, columns, and grids may themselves be rows, columns and grids of components. As a result, relatively complex layouts can be managed with code that is compact and conceptually quite straightforward to understand and, therefore, maintain.

PageLayout is available for download for JDK1.5. PageLayout is distributed under LGPL.

The distribution contains the source, extensive documentation, and a large number of nontrivial examples that illustrate the simplicity and the comprehensive nature of the approach.

What's New in This Release:
Added methods setRowMargins and setColumnMargins to the CellGrid, and an example Example13 that uses these methods.

PageLayout 1.11 keywords