别用visual editor了,用WindowBuilder

以前利用 Eclipse Visual Editor 项目构建 GUI,现在用WindowBuilder吧。

官网说:

The Visual Editor project has been archived and is no longer active. The WindowBuilder project is the current tool for "visual" WYSIWIG editing of AWT/Swing, SWT/JFace, and GWT user interfaces in Eclipse.

 

 

注:myeclipse10以后自带wb,不用安装了。

使用参考:http://wenku.baidu.com/link?url=JC3U3DObY4-BIklwqo9-i5OxF5dlF7kaR5Istt4I53VOLsOZZG4xQtLKgkWyvB4kL2PTxwVZ0qQm2vr_obbtwpw_qmPmE187rmnuFdCSt1C

还是copy一份做记录吧

 

eclipse可视化插件使用WindowBuilder 
1. 新建一个Java project. 取名为WBtest
 
2. 在src上右键 -- New -- Other... -- WindowBuilder -- Swing Designer -- Application Window 

3.点击Source 和 Design切换可视化设计界面和源码界面

 

 

posted @ 2014-04-15 09:36  isMethod  阅读(421)  评论(0编辑  收藏  举报