Removes a form from this Form object's internal list of owned forms.
public final void removeOwnedForm( Form ownedForm )
ownedForm
A Form object that specifies the form to remove from the list.
After a form is removed from another form's ownership list, a call to the removed form's getOwner method returns null.
See Also addOwnedForm