https://www.eclipse.org/windowbuilder/
https://www.eclipse.org/windowbuilder/download.php
Installing Windowbuilder Pro
All downloads is provided under the terms and conditions of the Eclipse Foundation software User agreementunless Otherwis E specified.
Develop Java graphical user interfaces in minutes for Swing, SWT, RCP and XWT with Windowbuilder Pro ' s WYSIWYG, drag-and-d ROP interface. Use wizards, editors and intelligent layout assist to automatically generate clean Java code, with the visual design and S Ource always in sync.
These instructions assume that you have already installed some flavor of Eclipse. If you are not, Eclipse can is downloaded from http://www.eclipse.org/downloads/. Instructions and system requirements for installing Windowbuilder can is found here.
Update Sites
Eclipse Version |
Release Version |
Integration Version |
|
Update Site |
Zipped Update Site |
Update Site |
Zipped Update Site |
4.8 (Photon) |
|
|
Link |
|
4.7 (Oxygen) |
|
|
Link |
|
4.6 (Neon) |
Link |
|
Link |
|
4.5 (Mars) |
Link |
Link (MD5 Hash) |
Link |
Link (MD5 Hash) |
4.4 (Luna) |
Link |
Link (MD5 Hash) |
Link |
Link (MD5 Hash) |
4.3 (Kepler) |
Link |
Link (MD5 Hash) |
|
|
4.2 (Juno) |
Link |
Link (MD5 Hash) |
|
|
3.8 (Juno) |
Link |
Link (MD5 Hash) |
|
|
Installing the Update Site or Zip editions requires the full Eclipse SDK including the JDT and PDE. Use the Eclipse Classic, Java EE or rcp/plug-in developers distribution or install the JDT and PDE separately.
-------------------------------------------------------------------------------------------------------
Recently want to use Java to do a small application, is the kind of visual graphics class application. Because I have been lazy, I intend to drag and drag with SWT. So he went to find SWT, which was the way it used to be. It turns out that the latest version of Eclipse itself comes with a windowbuilder plug-in, which is SWT and is happy to use this tool. But some of the people around you are still using previous versions of Eclipse, which tells you how to install the plugin in eclipse.
First, open the eclipse you're using now, find a menu item called about Eclipse in the Help menu of Eclipse, then click on it, and a window pops up. Look at what's behind version.
As shown, 4.5.2 is the version number, the version name is Mars, release is the release version.
Second, we'll go to the Eclipse website to find the corresponding version of Window Builder. Open the browser, enter the following URL in the address bar: Http://www.eclipse.org/windowbuilder, after the return, you will see the following interface:
Click Download to enter the download screen, and then see the contents as shown in the middle.
Already marked, I want to see the 4.5 (Mars) line, because I use Eclipse 4.5 on my computer, so I choose the corresponding version and select link in the update site of release version. (The ZIP package is followed.) )
Click Link, we see a download page, the body of the page may be blank, I need the above URL. So choose the URL to copy it.
Again, open eclipse on my Computer, click on the Help menu, select Install New software ... This menu item.
Pop up a new window and click the Add button in this window.
Next, an Add Repository window pops up.
Name here can be arbitrarily named, location here to paste the above URL here. Then you'll see the OK button to click and click on it.
At this point, wait a little bit, and you'll see three options. Select them three (tick above), then click on the Next button, this time is your own speed to determine the waiting time. Online now these three plugins. So we need to wait.
When this page appears, the plugin download is complete. Click Next to be ready to install the plugin.
is to ask if you agree to the terms and conditions of use of the software, and of course I choose to agree that I accept the terms of the ... This one, then click Next. At this point you need to wait, this is the installation is installing the plug-in automatically.
Finally, wait for the installation to complete. Clicking Ok,eclipse will restart automatically. After the reboot, you can see this icon after the About Eclipse menu item is opened.
Or the other in the new menu item under file. menu item opens, see as shown
The display plug-in installation is complete. You can use it.
Description
①, using SWT plug-in development, first to establish a Java engineering
②, select the project, and then select the other menu item in the new menu to find the JFrame
Click Design
Wait for the graphic to load, and then double-click the file title bar above to maximize it.
At this point, you can develop the Java applets you want to use.
Eclipse--windowbuilder