|
-
Aug 20th, 2008, 10:26 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] MDI using Netbeans
Hi
I want to make an application with a parent frame and all child frame open in that.
I read the help from local documentation and configured my application as MDI but I cannot achieve the parent child frame/form.
How can I make one frame parent and others child
Waiting for your reply
Thanks in Advance
-
Aug 21st, 2008, 03:22 AM
#2
Re: MDI using Netbeans
here's a sample: JFrame, internal frame.
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 26th, 2008, 01:47 AM
#3
Thread Starter
Hyperactive Member
Re: MDI using Netbeans
The example you have given is general java Example, It is working fine IF I override this to the NetBean generated code.
The problem is the initcomponents() of Netbeans is responsible for every control to be initialize. if I comment this method then I have to write code for every control to be initialized.
Can you give some example from Netbeans that will be very Thankfull
-
Aug 26th, 2008, 02:23 AM
#4
Re: MDI using Netbeans
You can customize every line of code generated by netbeans that's as far as I know
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 28th, 2008, 06:30 AM
#5
Thread Starter
Hyperactive Member
Re: MDI using Netbeans
Thanks I have done it, I have another question regarding it, Should I ask you here or post a new thread?
-
Aug 28th, 2008, 06:47 AM
#6
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 29th, 2008, 08:37 PM
#7
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
|