A layout manager is a Java class that manages the positions and sizes of components in a container (a frame, panel, or any other visual component that can contain other components).
For more information about using Java layout managers, see "The JFC Swing Tutorial: A Guide to Constructing GUIs" at http://java.sun.com/docs/books/tutorial/book.html
Follow these links for information about layouts and layout managers:
Setting the Layout Manager
Setting Layout Properties
Standard Layout Managers
Using the GridBag Customizer