Summary - EZPanel
EZPanel.
FormatPanel Tutorial
About the FormatPanel.
FormatPanel
FormatWorkbench has a number of FormatPanel examples..
EZPanel
EZPanel makes layout much easier to write initially, and vastly easier to modify..
Null Layout is Evil
You can set the layout manager to null but this is generally bad practice..
CardLayout
You know about the CardLayout.
Absolute Layout
I know the programmer is doing it because the don't understand layouts..
Alternate Layout Managers
The JGoodies offerings have some of the best layout tools..
java.awt.GridBagLayout
Using values from the GridBagConstraints.
BoxLayout alignment
About BoxLayout alignment.
BoxLayout spacing
Invisible components can be added to a BoxLayout..
BoxLayout and Boxes
BoxLayout arranges components.
GridLayout
To add Components to a GridLayout.
BorderLayout
How to use BorderLayout.
FlowLayout
How to use FlowLayout?.
Layouts
Create a new layout object and use the container's setLayout method to set the layout..