StyeLayout is most flexibility but easiest layout manager for awt/swing.
This layout manager using styles (string) as constaint for config layout for each control on container. LayoutStyle support float location, align, anchor, resizable and label.
With StyleLayout you don't need more Panels. StyleLayout can replace BorderLayout,FlowLayout and Null Layout.
Example :
setLayout(new StyleLayout( ));
add( new TextField(), "x=10;y=30; label=First Name");
add( new TextField(), "x=10;dy=30; label=Last Name");
add( new Button("OK"), "anchor=left-bottom;x=10;bottom=30" );
Commercial Use
Modify
Distribute
Place Warranty
Hold Liable
Use Trademarks
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.