-
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 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 java.util.Hashtable<Component,GridBagConstraints> |
GridBagLayout.comptable
This hashtable maintains the association between
a component and its gridbag constraints.
|
This document was created by
Dulcet from the OpenJDK sources.
Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.
