Container.remove
Class Overview | Class Members |
This Package |
All Packages
public void remove( int index )
Parameters
- index
- the index of the component to be removed.
Description
Removes the component, specified by index,
from this container.
See Also
add
public void remove( Component comp )
Parameters
- comp
- the component to be removed
Description
Removes the specified component from this container.
See Also
add