Sets the parent for this control.
public final void setParent( Control value )
value
A Control object that represents the control you want to be the parent of this control. Setting this parameter to null removes this control from the child list of its current parent.
See Also getParent