Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   VB Mdi Container in Java? (http://www.programmingforums.org/showthread.php?t=15472)

sackarias Mar 24th, 2008 12:15 PM

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.

mrynit Mar 24th, 2008 4:21 PM

Re: VB Mdi Container in Java?
 
I have never seen anything like that. You could looking into tabs and card layout.

andro Mar 24th, 2008 6:06 PM

Re: VB Mdi Container in Java?
 
http://java.sun.com/j2se/1.5.0/docs/...sktopPane.html

sackarias Mar 25th, 2008 9:48 PM

Re: VB Mdi Container in Java?
 
Quote:

Originally Posted by andro (Post 142907)

Good call. Thank you very much.

null_ptr0 Mar 26th, 2008 8:04 PM

Re: VB Mdi Container in Java?
 
You talking about InternalFrames or whatever?
http://java.sun.com/docs/books/tutor...rnalframe.html
javax.swing.JInternalFrame


All times are GMT -5. The time now is 3:59 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC