- All Known Implementing Classes:
JAffineTransformChooser
,JGridBagPanel
public interface GridBagConstants
GridBagConstraints
constants.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Resize the component both horizontally and vertically.static final int
Put the component in the center of its display area.static final int
Put the component on the left side of its display area, centered vertically.static final int
Resize the component horizontally but not vertically.static final int
Do not resize the component.static final int
Put the component at the top of its display area, centered horizontally.static final int
Put the component at the top-right corner of its display area.static final int
Put the component at the top-left corner of its display area.static final int
Specify that this component is the last component in its column or row.static final int
Put the component at the bottom of its display area, centered horizontally.static final int
Put the component at the bottom-right corner of its display area.static final int
Put the component at the bottom-left corner of its display area.static final int
Resize the component vertically but not horizontally.static final int
Put the component on the left side of its display area, centered vertically.
-
Field Details
-
REMAINDER
static final int REMAINDERSpecify that this component is the last component in its column or row.- Since:
- JDK1.0
- See Also:
-
NONE
static final int NONEDo not resize the component.- Since:
- JDK1.0
- See Also:
-
BOTH
static final int BOTHResize the component both horizontally and vertically.- Since:
- JDK1.0
- See Also:
-
HORIZONTAL
static final int HORIZONTALResize the component horizontally but not vertically.- Since:
- JDK1.0
- See Also:
-
VERTICAL
static final int VERTICALResize the component vertically but not horizontally.- Since:
- JDK1.0
- See Also:
-
CENTER
static final int CENTERPut the component in the center of its display area.- Since:
- JDK1.0
- See Also:
-
NORTH
static final int NORTHPut the component at the top of its display area, centered horizontally.- Since:
- JDK1.0
- See Also:
-
NORTHEAST
static final int NORTHEASTPut the component at the top-right corner of its display area.- Since:
- JDK1.0
- See Also:
-
EAST
static final int EASTPut the component on the left side of its display area, centered vertically.- Since:
- JDK1.0
- See Also:
-
SOUTHEAST
static final int SOUTHEASTPut the component at the bottom-right corner of its display area.- Since:
- JDK1.0
- See Also:
-
SOUTH
static final int SOUTHPut the component at the bottom of its display area, centered horizontally.- Since:
- JDK1.0
- See Also:
-
SOUTHWEST
static final int SOUTHWESTPut the component at the bottom-left corner of its display area.- Since:
- JDK1.0
- See Also:
-
WEST
static final int WESTPut the component on the left side of its display area, centered vertically.- Since:
- JDK1.0
- See Also:
-
NORTHWEST
static final int NORTHWESTPut the component at the top-left corner of its display area.- Since:
- JDK1.0
- See Also:
-