eclipse windowbuild(SWT Designer)入门初步

    以前一直想在eclipse中使用可视化的图形界面设计,然而一直不知道如何用,后来经过大神同学推荐我接触到了windowbuilder。

    一、在eclipse中安装插件(eclipse的安装我就不再赘了)  

安装地址:http://code.google.com/intl/zh-CN/webtoolkit/tools/download-wbpro.html

Update sites

If you are already familiar with installing Eclipse plugins, you can just use the update site URL below for your version of Eclipse.

For bleeding edge features and bug fixes, see the WindowBuilder Pro (BETA) installation page.

..

Eclipse 3.7 (Indigo)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.7


Eclipse 3.6 (Helios)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6


Eclipse 3.5 (Galileo)

http://dl.google.com/eclipse/inst/d2wbpro/latest/3.5



    打开Eclipse,打开菜单Help→Install New Software,单击Work with后的Add按钮,输入与你Eclipse对应版本的更新地址。

eclipse windowbuild(SWT Designer)入门初步_第1张图片单击确定后,就可以在列表中看到相关的安装文件。点击next一路安装下去。


安装完成后,重启Eclipse,点击File→New→Project...
eclipse windowbuild(SWT Designer)入门初步_第2张图片

新建JFrame
eclipse windowbuild(SWT Designer)入门初步_第3张图片

eclipse windowbuild(SWT Designer)入门初步_第4张图片

你可能感兴趣的:(eclipse windowbuild(SWT Designer)入门初步)