Changed Methods |
void addNotify()
|
Documentation changed from old to new. |
Makes this Container displayable by connecting it to a native screen resource. |
void removeNotify()
|
Documentation changed from old to new. |
Makes this Container undisplayable by removing its connection to its native screen resource. |
void validate()
|
Documentation changed from old to new. |
Validates this container and all of its subcomponents. |
Component add(Component )
|
Documentation changed from old to new. |
Appends the specified component to the end of this container. |
Component add(Component, int)
|
Documentation changed from old to new. |
Adds the specified component to this container at the given position. |
Component add(String, Component)
|
Documentation changed from old to new. |
Adds the specified component to this container. |
void add(Component, Object)
|
Documentation changed from old to new. |
Adds the specified component to the end of this container. |
void add(Component, Object, int)
|
Documentation changed from old to new. |
Adds the specified component to this container with the specified constraints at the specified index. |