GridBagLayout.removeLayoutComponent

GridBagLayout.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 layout.

Most applications do not call this method directly.

See Also
remove, removeAll