Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

UI builder for java/eclipse

Options
  • 06-07-2009 1:50pm
    #1
    Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,098 Mod ✭✭✭✭


    Just looking up tutorials on making GUIs in java.
    http://www.youtube.com/watch?v=mYRSs--7E14&feature=fvw
    this one is for netbeans IDE, does Eclipse have a similar feature or do you have to download a plugin or something?
    Using both of these IDEs to decide which I like best at the moment. Well I've only used Eclipse and am downlaoding netbeans.


Comments

  • Registered Users Posts: 1,821 ✭✭✭Skud


    Jbuilder does I think http://www.embarcadero.com/products/jbuilder/JBuilder_Feature-Matrix.pdf

    Think its built on eclipse


  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    I don't know of any good completely free ones, Jigloo is free but for non commercial use only. Netbeans is much easier for this stuff and right out of the box too. (Though I still prefer Eclipse generally)

    Eclipse Visual Editor may be worth looking into, it is actually a framework for creating GUI Builders, but I think it also has reference implementations that you can use. Not used it myself so I cannot pass judgement on it one way or the other.


  • Closed Accounts Posts: 7,794 ✭✭✭JC 2K3


    Netbeans is nice for GUI stuff. I haven't used it all that much for proper development though.

    Could build the GUI stuff in Netbeans and use Eclipse for the rest.


  • Registered Users Posts: 40 dob99


    Oracle's JDeveloper has one, but I can't say how it compares to NetBeans' or any of those that might be available for Eclipse.


  • Registered Users Posts: 597 ✭✭✭bambam


    ported from netbeans to eclipse but not free
    http://www.myeclipseide.com/htmlpages-func-display-pid-5.html


  • Advertisement
  • Moderators, Science, Health & Environment Moderators, Social & Fun Moderators, Society & Culture Moderators Posts: 60,098 Mod ✭✭✭✭Tar.Aldarion


    Cheers for the info guys. :)


Advertisement