Originally wanted to install the visual editor, but the information provided by the URL has been unable to use, search some posts on the Internet, is not very useful. But it is not without harvest, inadvertently saw someone said that visual editor has stopped maintenance, rather than using windowbuilder!
So I searched the information about Windowbuilder,
Windowbuilder-is a powerful and easy-to-use bi-directional Java GUI Designer
windowbuilder is composed of the SWT designer and Swing designer and makes it very easy to create Java GUI a Pplications without spending a lot of time writing code. Use the WYSIWYG visual designer and layout tools to create simple forms to complex windows; The Java code would be generated. Easily add controls using Drag-and-drop, add event handlers to your controls, change various properties of controls using A property editor, internationalize your apps and much more.
Happy accident! with it, SWING/SWT can also drag the control to write programs like Visual Studio.
Installation Address: http://www.eclipse.org/windowbuilder/download.php
According to the version of Eclipse to choose the right version , mine is version 4.3 .
Open Eclipse, open the menu Help→install New software, click the Add button on the work with, enter the update address for your Eclipse counterpart, mine is version 4.3.
http://download.eclipse.org/windowbuilder/WB/release/R201406251200/4.3/
Detailed installation instructions are available here.
After the installation is complete, restart Eclipse, click File→new→project, select Windowbuilder→swt designer→swt/jface Java Project
Give your project a name
In the SRC directory, create a new package named Pkg. Right-click Pkg,new→other.
Create a application window program, SWT designer→swt→application window, named HelloWorld
When you click Finish, Eclipse automatically generates the code for the window class:
Click Design to get to the visualization:
To select a button control, drag it into the window:
Double-click the button to enter source to view the generated code:
Resources
Eclipse Address: http://www.eclipse.org/downloads/
Windowbuilder Installation Address: http://www.eclipse.org/windowbuilder/download.php
SWING/SWT Visual development tool Windowbuilder free
Eclipse Installation Windowbuilder