Adds a component to the container.
public void add( IComponent component )
public void add( IComponent component, String name )
component
The component to be added.
name
The name to be associated with the component.
This method creates the site that associates the component with the container.
See Also remove