Generated by
JDiff

Class java.awt.GridBagLayout

Changed Methods
Dimension maximumLayoutSize(Container) Documentation changed from old to new.
Returns the maximum dimensions for this layout given the components in the specified target container.
 

Changed Fields
double[] columnWeights Documentation changed from old to new.
This field holds the overrides to the column weights.
int[] columnWidths Documentation changed from old to new.
This field holds the overrides to the column minimum width.
GridBagConstraints defaultConstraints Documentation changed from old to new.
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.
GridBagLayoutInfo layoutInfo Documentation changed from old to new.
This field holds tha layout information for the gridbag.
int[] rowHeights Documentation changed from old to new.
This field holds the overrides to the row minimum heights.
double[] rowWeights Documentation changed from old to new.
This field holds the overrides to the row weights.