Eclipse visual Java component development tool
I have been working on J2EE-based Web applications. Eclipse is used as a development tool. Recently, a visual tool is needed in the project, and swing is used.
. However, eclipse does not support visual swing development. I don't want to use the dversion JBuilder.
I found an Eclipse plug-in-visual editor from the Internet.
Ve introduction:
Visual editor is an open-source eclipse editor. It is the same as other eclipse tool projects such as jdt and PDDE,
Is a brand new eclipse tool project. It supports visual editing of Java GUI programs and visual editing
Java Bean component. It can be integrated with the Java editor of Eclipse.
The code in Java editor is immediately fed back. And vice versa.
Its official website
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, which strate 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 particle, the visual editor project intends to be useful for creating GUI builders for other versions ages such as C/C ++ and alternate widget sets, including those that are not supported under Java.
Download and install
Go to visual editor's official website http://www.eclipse.org/vep/to download your operating system platform
Eclipse and JDK versions.
(Unfinished)