LayoutManager Objects
Used by containers to position their components.
LayoutManager: an interface
- specifies methods invoked by containers’ add method
-
Implementations of LayoutManager differ in
- ways of laying out components
- degree of programmer control