| | 1. EasyLayout | By: | Sampsa Sohlman | License: | OpenSource | URL: | http://easylayout.sohlman.com/ | Description: | EasyLayout is flexible and easy to use grid based LayoutManager. EasyLayout is designed for making form design easier and quicker without need of fancy drag and drop form painter.
|
2. KappaLayout | By: | ise.fdns.net/freestuff.html | License: | OpenSource | URL: | http://ise.fdns.net/freestuff.html | Description: | KappaLayout -- A Java LayoutManager LambdaLayout -- Another Java LayoutManager
|
3. ExplicitLayout | By: | Zooki Technologies. | License: | LGPL | URL: | http://www.zookitec.com/explicitlayout.html | Description: | Create sophisticated, adaptable and professional user interfaces. ExplicitLayout is a powerful layout manager for Java with a unique approach to defining resolution independent layouts for AWT, Swing or JavaBean components. ExplicitLayout gives the developer complete control over each component's resizing behaviour as the container size or application state changes. ExplicitLayout extends the JDK with a powerful, flexible, intuitive and extensible layout manager that facilitates the implementation of almost any component layout.
|
4. AWT Package | By: | Sophware Enterprises | License: | Commercial | URL: | http://www.sophware.com/packages/ | Description: | RowColumnLayout - a new Layout Manager similar to GridLayout. SEToolkit - a set of static utility methods. WaitDialog - an asynchronous Dialog to pacify impatient users
|
5. TableLayout | By: | Daniel Barbalace | License: | OpenSource | URL: | http://https://tablelayout.dev.java.net/ | Description: | TableLayout is a layout manager that provides all the power of GridBagLayout, but is simple and easy to use. TableLayout simplies the creation of graphical user interfaces by providing an intuitive and powerful way to specify where components are placed and how they are resized. TableLayout makes it easy to write professional user interfaces quickly and easily.
|
6. Tom Sawyer Layout, Java Edition | By: | Tom Sawyer Software. | License: | Commercial | URL: | http://www.tomsawyer.com/tsl/tsl.java.php | Description: | The Tom Sawyer Layout product family adds scalable graph layout capabilities to your applications. Graph layout technology reveals complex relationships in data by automatically computing diagrams. These diagrams expose the underlying graph structures as well-organized drawings that you can immediately understand. And because the technology is portable and flexible, you can easily integrate it with your own database, display and graphics software.
|
7. VerticalLayout | By: | CellSpark | License: | GPL | URL: | http://www.cellspark.com/vl.html | Description: | VerticalLayout is, as the name suggests, a layout manager that arranges components vertically as opposed to horizontally. GridBagLayout will also do the job but VerticalLayout is much easier to use. The Swing BoxLayout also does vertical layouts but components will often be expanded when you don't want them to be (it was frustration with BoxLayout that led to VerticalLayout being written). Like FlowLayout, VerticalLayout doesn't try to expand components to fit the display area although it can be told to expand components horizontally to fill the available space. This means that VerticalLayout is a good alternative to GridLayout without the restriction that each component be the same size. Unlike FlowLayout it won't form a new column when it runs out of space. VerticalLayout is open source based on the General Public License.
|
8. Layout Suite | By: | Extreme Component, Inc | License: | Commercial | URL: | http://www.zfqjava.com/ | Description: | Layout Suite provides several layout manager, such as CellLayout, BoxLayout2, GridLayout2, CardLayout2.
|
|