Sets the owner for this form.
public final void setOwner( Form owner )
owner
A Form object that identifies the new owner for this form.
A call to this method is identical to calling the owner form's addOwnedForm method, specifying this form object as a parameter.
See Also getOwner, removeOwnedForm