|
VB Mdi Container in Java?
In VB there is an MDI container property that allows multiple windows to remain fixed inside another window. In which case one window is the parent to child windows. The child windows open inside the parent and cannot "leave" the scope of the parent window. I hope that rings a bell with someone. I was wondering if there exists an equivalent class or property in Java. I googled some stuff but to no avail.
Thanks.
|