Where can I download / install the Eclipse IDE, the WindowBuilder package?

1

I need to create applications with graphical interface in Java. I use Eclipse Mars as IDE to program in Java, I noticed that it does not have in its default installation the WindowBuilder package to make graphics screens in programming, like the NetBeans IDE that has the option Form JFrame that contains several tools to make buttons, text boxes, menus, etc.

Where can I find a way to work with graphical interface without having to change IDE, using only Eclipse to program? Is there a native Eclipse option that does what I need I can not find? If so can you help me find it? Or what link to download a package that contains these tools (I believe it is WindowBuilder)? Thank you.

    
asked by anonymous 30.07.2015 / 16:08

3 answers

0

The Mars version of Eclipse already comes with the WindowBuilder installed, so just download the package destined for JavaSE from Eclipse's own site, at the link: link

Choose the package name "Eclipse IDE for Java Developers", which is the version that interests you.

A .zip will be downloaded, you do not need to install, just unzip it to a folder of your choice and run 'eclipse.exe'.

Create a new project, as shown below:

ThencreatetheJFrameintheiconontheside,asshownbelow:

    
30.07.2015 / 16:36
1

If someone is in the same situation that I came across, you can simply download another version of Eclipse, such as the "Eclipse IDE for Java Developers" that already has this package installed or go to Help > Install New Software > Work with and add this link " link " and download only the WindowBuilder package without the need to swap of the Eclipse version.

Thanks to all who helped me.

    
30.07.2015 / 17:22
0

Just go to the following link and follow the steps.

link

    
30.07.2015 / 16:30