aspose file tools
The moose likes Swing / AWT / SWT and the fly likes JInternalFrame Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JInternalFrame Error" Watch "JInternalFrame Error" New topic
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.............
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JInternalFrame Error
 
Similar Threads
IS IT POSSIBLE
JInternalFrame Problems
Minimize Internal Frame
Related To jInternalFrame
jInternalFrame does not close