borland Packages Class Hierarchy jbcl.layout Package Index
java.lang.Object +----borland.jbcl.layout.OverlayLayout2
Constructors Properties Methods
Implements LayoutManager, LayoutManager2, Serializable
The OverlayLayout2 component is a Bean wrapper class for com.sun.java.swing.OverlayLayout. This component simply makes the swing.OverlayLayout class into a component so that you can use access it using the JBuilder design tools.
For more information on the OverlayLayout class, see java.swing.OverlayLayout
public OverlayLayout2()Constructs an OverlayLayout2 component.
public OverlayLayout2(java.awt.Container parent)Constructs an OverlayLayout2 component by calling the java.swing.OverlayLayout constructor that takes a Container as a parameter.