| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridBagLayoutInfo |
GridBagLayout.layoutInfo
This field holds the layout information for the gridbag.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridBagLayoutInfo |
GridBagLayout.getLayoutInfo(Container
Fills in an instance of
GridBagLayoutInfo for the current set of managed children.
|
protected GridBagLayoutInfo |
GridBagLayout.GetLayoutInfo(Container
This method is obsolete and supplied for backwards compatibility only; new code should call
getLayoutInfo instead.
|
| Modifier and Type | Method and Description |
|---|---|
protected Dimension |
GridBagLayout.getMinSize(Container
Figures out the minimum size of the master based on the information from
getLayoutInfo.
|
protected Dimension |
GridBagLayout.GetMinSize(Container
This method is obsolete and supplied for backwards compatibility only; new code should call
getMinSize instead.
|