Adds the specified components to the HTML control.
public final void setNewComponents( Component[] comps )
comps
An array of Component objects that specify the components to add to the control.
Components added using this method must extend either the Control or DhElement classes.