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

Thread: eclipse visual editor

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default eclipse visual editor

    Do you know a good possibly free visual SWING editor for eclipse?


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: eclipse visual editor

    The new Eclipse Indigo release has one built-in that in my opinion is pretty good.

  3. #3
    Junior Member
    Join Date
    Jun 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: eclipse visual editor

    Sorry new to programming.. is Indigo a customisation of Eclipse or what?

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: eclipse visual editor

    Quote Originally Posted by kafka82 View Post
    Sorry new to programming.. is Indigo a customisation of Eclipse or what?
    It's the latest version.

    But if you want my two cents, don't use a visual gui builder until you know exactly what it's doing under the hood. Code generated by a gui builder is much harder to debug, and you have to know Swing if you want to do anything remotely advanced.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Jun 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: eclipse visual editor

    got It. I agree with you..I think Ill stick to hand written code to undertand it!

  6. #6
    Junior Member Rex the king's Avatar
    Join Date
    Oct 2011
    Location
    INDIA
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: eclipse visual editor

    go for eclipse

Similar Threads

  1. Visual Swing 4 Eclipse
    By helloworld922 in forum Java JDK & IDE Tutorials
    Replies: 1
    Last Post: February 7th, 2012, 11:33 AM
  2. IDE (Visual Editor)
    By bbr201 in forum Java Theory & Questions
    Replies: 5
    Last Post: August 7th, 2010, 12:33 PM
  3. Creating Polygon (not visual)
    By teen-omar in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 11th, 2010, 03:28 PM
  4. java.util.* and visual studio 2005
    By natalie in forum Java Theory & Questions
    Replies: 0
    Last Post: February 26th, 2010, 10:34 AM
  5. Visual Swing 4 Eclipse
    By helloworld922 in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: January 28th, 2010, 04:34 AM