Retrieves a list of the MDI child forms.
public Form[] getMDIChildren()
Returns an array of Form objects that represent the MDI children.
The items in the array returned by this method are sorted in the order in which the children were added to the form, not by the current z-order.