eclipse 可视化java组件开发利器
一直做基于j2ee的web应用,开发工具用的eclipse,最近项目中需要一个可视化的工具,要用swing
了。可是eclipse中不支持swing的可视化开发。又不想用D版的JBuilder。
从网上找了一个eclipse的插件——Visual Editor.
VE简介:
Visual Editor是一个开源的eclipse编辑器。它同JDT、PDE等其它eclipse的工具项目一样,
是一个全新的eclipse工具项目。它可以进行可视化的编辑java GUI程序,也能编辑可视化的
Java Bean组件。它能与eclipse的Java Editor集成在一起,当在Visual Editor中编辑图形
界面时,会立即反馈到java Editor中的代码。反之亦然。
其官方网站介绍
The Eclipse Visual Editor project is a vendor-neutral, open development platform supplying frameworks for creating GUI builders, and exemplary, extensible tool implementations for Swing/JFC and SWT/RCP. These tools are exemplary in that they verify the utility of the Eclipse Visual Editor frameworks, illustrate the appropriate use of those frameworks, and support the development and maintenance of the Eclipse Visual Editor Platform itself.
The purpose of the Eclipse Visual Editor Project is to advance the creation, evolution, promotion of the Eclipse Visual Editor platform, and to cultivate both an open source community and an ecosystem of complementary products, capabilities, and services. In particular, the Visual Editor Project intends to be useful for creating GUI builders for other languages such as C/C++ and alternate widget sets, including those that are not supported under Java.
下载与安装
Visual Editor的官方网站 http://www.eclipse.org/vep/去下载适合你的操作系统平台和
eclipse、jdk版本的ve吧。
(未完)