Product \ NaturalLayout

WebStart Tutorial

This layout manager for Swing user interfaces is extremely easy to use and provides options that no other layout manager has.
A layout manager manages the layout of one widget which has several widgets as children, placed on top of it. Based on various sizing issues it will determine which child- component will get what amount of space

Features include:

NaturalLayout bases spacing desicions on a number of points, making the creation of the user interface as simple as possible. Many simple user interface elements can be created with nothing more then simply adding the component to the parent container, without any arguments at all.