Added Fields |
int FIRST_LINE_END
|
Place the component in the corner of its display area where the first line of text on a page would normally end for the current ComponentOrienation . |
int FIRST_LINE_START
|
Place the component in the corner of its display area where the first line of text on a page would normally begin for the current ComponentOrienation . |
int LAST_LINE_END
|
Place the component in the corner of its display area where the last line of text on a page would normally end for the current ComponentOrienation . |
int LAST_LINE_START
|
Place the component in the corner of its display area where the last line of text on a page would normally start for the current ComponentOrienation . |
int LINE_END
|
Place the component centered along the edge of its display area where lines of text would normally end for the current ComponentOrienation . |
int LINE_START
|
Place the component centered along the edge of its display area where lines of text would normally begin for the current ComponentOrienation . |
int PAGE_END
|
Place the component centered along the edge of its display area associated with the end of a page for the current ComponentOrienation . |
int PAGE_START
|
Place the component centered along the edge of its display area associated with the start of a page for the current ComponentOrienation . |
Changed Fields |
int RELATIVE |
Documentation changed from old to new. |
Specifies that this component is the next-to-last component in its column or row (gridwidth gridheight ) or that this component be placed next to the previously added component (gridx gridy ). |
int REMAINDER |
Documentation changed from old to new. |
Specifies that this component is the last component in its column or row. |
int anchor |
Documentation changed from old to new. |
This field is used when the component is smaller than its display area. |
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 containing the leading edge of the component's display area where the first cell in a row 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 . |
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. |