Do you mean literally the Window widget or just members of a layout? Are the windows added to the layout? Need to be a bit more clear but Layout.getMembers() may be what your searching for.
Well ditto on the Canvas.getChildren() method to the main layout you might be adding the children to. Otherwise provide a bit more information about exactly where these windows are.
Comment