| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridBagConstraints |
GridBagLayout.defaultConstraints
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the
defaultConstraints.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
GridBagLayout.comptable
This hashtable maintains the association between a component and its gridbag constraints.
|
| Modifier and Type | Method and Description |
|---|---|
GridBagConstraints |
GridBagLayout.getConstraints(Component
Gets the constraints for the specified component.
|
protected GridBagConstraints |
GridBagLayout.lookupConstraints(Component
Retrieves the constraints for the specified component.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridBagLayout.adjustForGravity(GridBagConstraints
Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads.
|
protected void |
GridBagLayout.AdjustForGravity(GridBagConstraints
This method is obsolete and supplied for backwards compatibility only; new code should call
adjustForGravity instead.
|
void |
GridBagLayout.setConstraints(Component
Sets the constraints for the specified component in this layout.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicOptionPaneUI.addMessageComponents(Container
Creates the appropriate object to represent
msg and places it into
container.
|