public class CenterLayout
extends java.lang.Object
implements java.awt.LayoutManager, java.io.Serializable
Layout manager that centers one component in the middle of the container
at it's preferred size.
The manager assumes at least one component has been added. Only the
first component is laid out.