|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
int ) |
Documentation changed from old to new. |
Constructs a new FlowLayout with the specified alignment and a default 5-unit horizontal and vertical gap. |
int, |
Documentation changed from old to new. |
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps. |
void ) |
Documentation changed from old to new. |
Constructs a new FlowLayout with a centered alignment and a default 5-unit horizontal and vertical gap. |
Changed Methods | ||
int getAlignment() |
Documentation changed from old to new. |
Gets the alignment for this layout. |
int getHgap() |
Documentation changed from old to new. |
Gets the horizontal gap between components. |
int getVgap() |
Documentation changed from old to new. |
Gets the vertical gap between components. |
void layoutContainer(Container ) |
Documentation changed from old to new. |
Lays out the container. |
Dimension minimumLayoutSize(Container ) |
Documentation changed from old to new. |
Returns the minimum dimensions needed to layout the visible components contained in the specified target container. |
Dimension preferredLayoutSize(Container ) |
Documentation changed from old to new. |
Returns the preferred dimensions for this layout given the visible components in the specified target container. |
void setAlignment(int ) |
Documentation changed from old to new. |
Sets the alignment for this layout. |
String toString() |
Documentation changed from old to new. |
Returns a string representation of this FlowLayout object and its values. |
Changed Fields | ||
int LEADING |
Documentation changed from old to new. |
This value indicates that each row of components should be justified to the leading edge of the container's orientation for example to the left in left-to-right orientations. |
int TRAILING |
Documentation changed from old to new. |
This value indicates that each row of components should be justified to the trailing edge of the container's orientation for example to the right in left-to-right orientations. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |