Adds a form to this Form object's internal list of owned forms.
public final void addOwnedForm( Form ownedForm )
ownedForm
A Form object that specifies the form to add to the list.
An owned form is a top-level form that is a child of this one. If the form specified in ownedForm is currently owned by a form other than this one, that form ceases to own the child form.