Package com.darwinsys.swingui.layout

A few interesting LayoutManager implementations.

See:
          Description

Class Summary
CircleLayout A simplistic CircleLayout implementation of the LayoutManager interface.
ColumnLayout ColumnLayout, a Single-Column Layout Manager for AWT/Swing.
ColumnLayout.Spacer Class to represent a spacer, like Menubar.separator.
EntryLayout A simple layout manager, for "Entry" areas ith e.g., a list of labels and their corresponding JTextFields.
RelativeLayout RelativeLayout, a Relative Layout Manager for Java J2SE.
 

Package com.darwinsys.swingui.layout Description

A few interesting LayoutManager implementations. Most are more illustrative than "product quality"; I tend to use these in showing how layout management works. They are missing the nuance and attention to detail required of "ready for prime time" layout managers, with the possible exception of RelativeLayout.

If you spend the time to productize any of these, please send your code changes back to me -- thanks.



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.