View Single Post
Old Mar 24th, 2008, 12:15 PM   #1
sackarias
Programmer
 
sackarias's Avatar
 
Join Date: Jan 2006
Posts: 58
Rep Power: 3 sackarias is on a distinguished road
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.
sackarias is offline   Reply With Quote