BorderLayout.removeLayoutComponent

BorderLayout.removeLayoutComponent

Class Overview | Class Members | This Package | All Packages

Syntax
public void removeLayoutComponent( Component comp )
Parameters
comp
the component to be removed.
Description
Removes the specified component from this border layout. This method is called when a container calls its remove or removeAll methods. Most applications do not call this method directly.

See Also
remove, removeAll