|
-
Jul 20th, 2009, 08:13 AM
#1
Thread Starter
Hyperactive Member
subwindow in FrameView window
Dear Java developers,
Does somebody know how to add subwindows (JFrame's) to a FrameView class?
FrameView is a netbeans thingy, which I usually do not even try to use.
But I would like to give it a shot this time.
So basicly what I am looking for is something like ...
FrameView myFrameview = ...;
JFrame myJFrame = ...;
myFrameview.showInside(myJFrame);
So when I maximize the JFrame it should maximize inside the FrameView window. I believe they call this concept MDI (Multiple Document Interface).
Thanks in advance
____________________________________________
Please rate my messages. Thank you!
____________________________________________
Bram Vandenbon
http://www.bramvandenbon.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|