December 1, 2002 12:00 AM EST
The task of a layout manager is to position and size each component based on
the size of its container. Each component has a preferred size that can be
used to determine the real estate it wishes to occupy, as well as a minimum
and maximum size. The preferred size is especially u... (more)