borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
borland.jbcl.util.AbsLocation
Variables
An interface that defines variables for absolute locations, such as top and bottom.
See also: RelPosition interface
static final int BOTTOM = 2The bottom position.
static final int LEFT = 3The left position.
static final int NONE = 0No position specified.
static final int RIGHT = 4The right position.
static final int TOP = 1The top position.