| Author |
JInternalFrame Error
|
Vishal Methi
Ranch Hand
Joined: Jan 14, 2004
Posts: 52
|
|
Hi guys, Is it possible to put internal frame inside the internal frame. If it is possible than how to implement it....... Thanx Vishal Methi
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
Yes. Create another JDesktopPane and add that to the contentPane of the top level JInternalFrame. Then add a/some JInternalFrame(s) to that JDesktopPane... Psuedo code..
|
 |
Vishal Methi
Ranch Hand
Joined: Jan 14, 2004
Posts: 52
|
|
|
Thanx a lot very much.............
|
 |
 |
|
|
subject: JInternalFrame Error
|
|
|