Changed Methods |
void addLayoutComponent(String, Component)
|
Documentation changed from old to new. |
Adds the specified component with the specified name to the layout. |
int getColumns()
|
Documentation changed from old to new. |
Gets the number of columns in this layout. |
int getHgap()
|
Documentation changed from old to new. |
Gets the horizontal gap between components. |
int getRows()
|
Documentation changed from old to new. |
Gets the number of rows in this layout. |
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 specified container using this layout. |
Dimension minimumLayoutSize(Container )
|
Documentation changed from old to new. |
Determines the minimum size of the container argument using this grid layout. |
Dimension preferredLayoutSize(Container )
|
Documentation changed from old to new. |
Determines the preferred size of the container argument using this grid layout. |
void removeLayoutComponent(Component )
|
Documentation changed from old to new. |
Removes the specified component from the layout. |
void setColumns(int )
|
Documentation changed from old to new. |
Sets the number of columns in this layout to the specified value. |
void setHgap(int )
|
Documentation changed from old to new. |
Sets the horizontal gap between components to the specified value. |
void setRows(int )
|
Documentation changed from old to new. |
Sets the number of rows in this layout to the specified value. |
void setVgap(int )
|
Documentation changed from old to new. |
Sets the vertical gap between components to the specified value. |
String toString()
|
Documentation changed from old to new. |
Returns the string representation of this grid layout's values. |