Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Need help in Jforms...

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Location
    Bangalore
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Need help in Jforms...

    Hi.. I'm new to the world of programming and I have started with java. I have been practicing with netbeans IDE. My problem is that i'm trying to switch between 2 forms. I have created 2 forms under one project name. If i click on a button in one window, i need it to open the other form. Please help me with this. I'm very new to programming and so please forgive my lame and non technical language.

    Thanks in advance...java_doubt.jpg
    Attached Images Attached Images
    Last edited by nav16een; March 21st, 2012 at 10:52 AM. Reason: To upload the photo

  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Need help in Jforms...

    If you are that new to this and using a GUI builder, I would recommend attempting to build the GUI from scratch (or at least understand what it is doing). I say this not to torture you, but this is the very reason why GUI builders can throw newcomers off track - it forgoes proper education...education which would enable you to do things beyond the editor, debug, maintain code, customize, read someone else's code, and last but not least get the help you need, because I for one have a lot of experience doing this but cannot give you any more advice towards solving your problem based upon a picture.
    See Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)

  3. #3
    Junior Member
    Join Date
    Mar 2012
    Location
    Bangalore
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Re: Need help in Jforms...

    Quote Originally Posted by copeg View Post
    If you are that new to this and using a GUI builder, I would recommend attempting to build the GUI from scratch (or at least understand what it is doing). I say this not to torture you, but this is the very reason why GUI builders can throw newcomers off track - it forgoes proper education...education which would enable you to do things beyond the editor, debug, maintain code, customize, read someone else's code, and last but not least get the help you need, because I for one have a lot of experience doing this but cannot give you any more advice towards solving your problem based upon a picture.
    See Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
    Thanks a lot copeg. I expected this reply coz i went thru a number of other posts and most freshers get this reply. I understand the importance of programming from scratch. I will start from scratch as u said. Please do help me in future also..

    Thank you once again.