eclipse--windowBuilder
https://www.eclipse.org/windowbuilder/
https://www.eclipse.org/windowbuilder/download.php
Installing WindowBuilder Pro
All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreementunless otherwise specified.
Develop Java graphical user interfaces in minutes for Swing, SWT, RCP and XWT with WindowBuilder Pro’s WYSIWYG, drag-and-drop interface. Use wizards, editors and intelligent layout assist to automatically generate clean Java code, with the visual design and source always in sync.
These instructions assume that you have already installed some flavor of Eclipse. If you have not, Eclipse can be downloaded from http://www.eclipse.org/downloads/. Instructions and system requirements for installing WindowBuilder can be 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.
-------------------------------------------------------------------------------------------------------
最近想用java做个小应用,是那种可视化图形类的应用。因为一直比较懒,所以打算用swt拖拖拽拽。于是在就去找swt,这是以前的办法。结果发现原来最新版的eclipse自己带有一个windowbuilder插件,而此插件就是swt,于是很开心的使用此工具。但有部分周围的人还在使用以前版本的eclipse,特在此将eclipse安装插件的方法告知。
首先,打开你现在使用的eclipse,在eclipse的help菜单中找到一个叫About Eclipse的菜单项,然后点击它,此时弹出一个窗口。注意看Version后面的内容。

如上图所示,4.5.2就是版本号,版本名字叫mars, Release是发布版。
其次,我们要去eclipse官网找window builder与之对应的版本。打开浏览器,在地址栏里输入下面的这个网址:http://www.eclipse.org/windowbuilder,回车之后,就看到如下界面:

点击 download 进入下载界面,然后在中间看到如下图所示内容。

上图已经标明意思,我要看的是4.5(Mars)这行,因为我电脑上使用的eclipse是4.5,因此,我就选用这个对应版本,选择Release Version的Update Site中的link。(后面的是zip包。)
点击link后,我们看到的是一个下载页面,页面正文可能空白,我需要的是上面的网址。所以选择网址复制它。

再次,打开我电脑上的eclipse,点击Help菜单,选择Install New Software...这个菜单项。

弹出一个新窗口,在这个窗口中点击add这个按钮。

接着,弹出一个Add Repository窗口。

Name这儿的名字自己可以随意取名,Location这里将上面的那个网址粘贴到这里。然后你就会看到ok按钮可以点击,点击它。

此时,稍等一些会,就会看到上图的三个选项。选中它们三个(前面勾选),然后点击next按钮,此时是自己的网速来决定等待时间。在线现在这三个插件。因此需要等待。

当此页面出现,说明插件下载完成。点击next,准备安装插件。
上图,是问你是否同意该软件的使用条款和须知,当然我选我同意也就是I accept the terms of the .....这一项,然后点击next。此时需要等待,这是安装正在自动安装插件。
最后,等待安装完毕。点击ok,eclipse会自动重启。在重启之后,你可以在About Eclipse菜单项点开后,看到这个图标

或是在File菜单下的new菜单项中的other...菜单项打开,看到如下图所示

上图显示插件安装完成。可以使用了。
说明:
①、使用swt插件开发,首先要建立一个java工程
②、选中工程,然后在new菜单选择other 菜单项 找到上图中的JFrame

点击 Design
等待加载图形,然后可以双击上面的文件标题栏最大化。

至此,你就可以开发想要的java小应用。
eclipse--windowBuilder的更多相关文章
- eclipse windowbuilder palette 空白
今天在 eclipse 上安装了 windowbuilder 插件,但是 palette 一直是空白的,不能放控件. 版本 eclipse 4.9.0, windowbuilder 1.9.0. 经过 ...
- 几款常用Eclipse java插件
以下是我最近常用的几款Eclipse java插件: ADT Plugin https://dl-ssl.google.com/android/eclipse/ WindowBuilder Pro ...
- 为Eclipse安装功能扩展插件
---------siwuxie095 关于 Eclipse 的下载.安装与配置,详见本人博客分类:利剑出鞘, 里面的 Eclipse的配置 本人博客( ...
- Java swing项目-图书管理系统(swing+mysql+jdbc)
(一)项目功能分析 该项目是设计一个图书管理系统,主要包含的内容有: (1)管理员登陆界面 ->信息录入 ->登录 ->重置 (2)图书管理系统总界面 ->子界面菜单: 1)图 ...
- java自然语言理解demo,源码分享(基于欧拉蜜)
汇率换算自然语言理解功能JAVA DEMO >>>>>>>>>>>>>>>>>>>&g ...
- 汇率换算自然语言理解功能JAVA DEMO
>>>>>>>>>>>>>>>>>>>>>>>> 欢迎转 ...
- Laver 文件版本遍历器
系统简介 最近有个需求,需要罗列出各个目录中文件的信息,检索各类文件的最新版本.网上看了很多方式,但发现没有合适的.于是利用空余时间开始编写了一套文件遍历系统,如此便有了Laver(紫菜).Laver ...
- Android Studio IDE 插件开发
作者:字节跳动终端技术--周宸韬 概述 这篇文章旨在向读者介绍IntelliJ IDE插件的开发流程以及常用的一些通用功能,任何基于IntelliJ开发的IDE都可以通过该方式制作插件,例如Andro ...
- Install WindowBuilder for Eclipse
WindowBuilder官方下载安装说明地址:http://www.eclipse.org/windowbuilder/download.php 先祝各位能顺利安装上!以下是基于Eclipse in ...
- 关于在eclipse中添加windowbuilder插件的问题
最近在学习GUI,发现我的Eclipse中没有windowbuilder插件,之后按照百度搜索,按照网上教程,去安装时,发现下载网页已经更新,造成了很多问题, 不过问题不大,我已经找到了解决方法: 安 ...
随机推荐
- 四个简单易用的demo,关于iOS定时器和延时的,非常好用。
1,延时执行(不可重复) 效果我直接截取控制台的日志了,就不做UI了. 2,用NSTimer执行定时和延时(可重复) [objc] view plain copy /** ** timer 可重复 * ...
- post sharp 与log4net 结合使用,含执行源码 转拷
环境: VS 2012 PostSharp-4.1.28 (下载地址)https://visualstudiogallery.msdn.microsoft.com/a058d5d3-e654-43f8 ...
- DataSet导出到Excel文件
public static void ExportToExcel(DataSet source, string fileName) { System.IO.StreamWriter excelDoc ...
- sooket数据成传输压缩
样压缩不以文件为基础的数据 Q: 回答了两个使用Java进行数据压缩的问题. 第一个问题是: 我怎样才能压缩那些不在文件中的数据. 第二个问题是: 我以极大的热情阅读了Todd Sundsted的&q ...
- 【spring专题】spring简介
前景概要 对于现在的Java开发基本上可以说成是spring开发,spring全家桶可以说是把整个Java web安排的明明白白的.正因为使用的很多,所以作为一名开发者不应该仅仅是会使用spring, ...
- iOS关于本地推送
不多说 直接上代码 NSDate *now = [NSDate date]; UILocalNotification *reminderNotification = [[UILocalNoti ...
- 过滤器解决hibernate中懒加载问题
使用过滤器解决懒加载问题需要我们对过滤器的生命周期有深刻的理解 1.浏览器发送一个请求 2.请求通过过滤器执行dofilter之前的代码 3.浏览器通过过滤器到达Servlet(注意我们这里的serv ...
- UVA 524 素数环 【dfs/回溯法】
Description A ring is composed of n (even number) circles as shown in diagram. Put natural numbers ...
- windows 下使用github客户端报错:Failed to publish this branch
在windows系统下使用github客户端同步的时候报错“Failed to publish this branch”,查找原因,发现结果是安装vscode的时候没有检查到git,然后安装git后库 ...
- doviceone- http组件进行webservice的POST请求
var http = mm("do_Http"); http.method = "POST"; // GET | POST http.timeout = 100 ...