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 2 of 2

Thread: Need help to develop a java application in eclipse

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Need help to develop a java application in eclipse

    hi all,

    I m student of java and so far i have developed small assignments in java. now i want to make a full application with database connectivity, for that i use eclipse windowBuilder to design front-end. I have created JPanels but don't know how exactly bind them together and how to switch different JPanels in JFrame. Plz anyone suggest me how i should get started with GUI's of my application.
    Thanks in advance


  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: Need help to develop a java application in eclipse

    Since you're still new to Java, I recommend that you avoid using code-generating software but instead go through the Swing tutorials and the Java API's and learn how to do this by hand.

    A great Swing tutorial can be found here: Lesson: Using Swing Components

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Replies: 1
    Last Post: October 20th, 2012, 12:21 PM
  3. Beginners Eclipse Tutorial. How to run first java application on Eclipse?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: June 24th, 2011, 12:26 AM
  4. develop an application of sychronisation j2me
    By Boudour in forum Member Introductions
    Replies: 1
    Last Post: March 31st, 2011, 10:12 AM

Tags for this Thread