Changed Fields |
int anchor |
Documentation changed from old to new. |
This field is used when the component is smaller than its display area. |
int fill |
Documentation changed from old to new. |
This field is used when the component's display area is larger than the component's requested size. |
int gridheight |
Documentation changed from old to new. |
Specifies the number of cells in a column for the component's display area. |
int gridwidth |
Documentation changed from old to new. |
Specifies the number of cells in a row for the component's display area. |
int gridx |
Documentation changed from old to new. |
Specifies the cell at the left of the component's display area where the leftmost cell has gridx=0 . |
int gridy |
Documentation changed from old to new. |
Specifies the cell at the top of the component's display area where the topmost cell has gridy=0 . |
Insets insets |
Documentation changed from old to new. |
This field specifies the external padding of the component the minimum amount of space between the component and the edges of its display area. |
int ipadx |
Documentation changed from old to new. |
This field specifies the internal padding of the component how much space to add to the minimum width of the component. |
int ipady |
Documentation changed from old to new. |
This field specifies the internal padding that is how much space to add to the minimum height of the component. |
double weightx |
Documentation changed from old to new. |
Specifies how to distribute extra horizontal space. |
double weighty |
Documentation changed from old to new. |
Specifies how to distribute extra vertical space. |