Results 1 to 7 of 7

Thread: [RESOLVED] MDI using Netbeans

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Resolved [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

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    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

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    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?

  6. #6
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: MDI using Netbeans

    Does it matter??
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  7. #7
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: MDI using Netbeans

    Open a new thread if the topic is different so other readers aren't confused.

    Thanks!


    Has someone helped you? Then you can Rate their helpful post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width