We have a Java Swing application and there are multiple instances of the same object - for example, a Cancel button. The Object model is creating all objects as children of the main window. We want to have child windows under the main window as part of the object attributes, So: main>window>object.
Is this possible? If so, how?
Thanks!