Class MultiBorderLayout

java.lang.Object
java.awt.BorderLayout
com.aoapps.hodgepodge.awt.MultiBorderLayout
All Implemented Interfaces:
LayoutManager, LayoutManager2, Serializable

public class MultiBorderLayout extends BorderLayout
Overrides BorderLayout to support multiple components in all of the four borders. Only one component is allowed in the Center. Components are added from North to South and West to East.
Author:
AO Industries, Inc.
See Also: