ScrollPane.addImpl

ScrollPane.addImpl

Class Overview | Class Members | This Package | All Packages

Syntax
protected final void addImpl( Component comp, Object constraints, int index )
Parameters
comp
the component to be added
constraints
not applicable
index
position of child component (must be <= 0)
Description
Adds the specified component to this scroll pane container. If the scroll pane has an existing child component, that component is removed and the new one is added.

Overrides
addImpl in class Container