jbcl.layout Package
java.lang.Object +----com.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 javax.swing.OverlayLayout
public OverlayLayout2()Constructs an
OverlayLayout2
component.
public OverlayLayout2(Container parent)Constructs an
OverlayLayout2
component by calling the java.swing.OverlayLayout
constructor that takes a Container as a parameter.