public abstract void addLayoutComponent (String name, Component comp)

If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.

Parameters:
name    the string to be associated with the component
comp    the component to be added