Container.remove

Container.remove

Class Overview | Class Members | This Package | All Packages

Syntax 1
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



Syntax 2
public void remove( Component comp )
Parameters
comp
the component to be removed
Description
Removes the specified component from this container.

See Also
add