Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
135 views
in Technique[技术] by (71.8m points)

java - Visual swing in Eclipse

Is there any way I can use a visual editor to make swing applications in Eclipse? I'm using Ganymede.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Your options are:

  1. WindowBuilder Pro (eclipse.org): "WindowBuilder is a powerful and easy to use bi-directional Java GUI designer", see also WindowBuilder Pro on code.google.com.

  2. Visual Swing for Eclipse - an editor that works directly with the .java source files. Notes:

    1. The update url on the front page is wrong (issue 115), should instead be: http://visualswing4eclipse.googlecode.com/svn/trunk/vs4e/
    2. You have to untick "Group items by category" to be able to see the install.
    3. The original announcement of visual swing for eclipse.
    4. Crashed for me when opening a netbeans-generated swing file.

  3. Visual Editor from ehecht.com - someone's own version, last updated 2010-08-29: "prelininary [sic] eclipse 3.6 (helios) version" (direct download: ve_eclipse_36_win32_201008292115.zip) "These files are non official builds. So you use it on [sic] your own risk."

  4. Use NetBeans instead

    1. Built-in GUI editor
    2. Uses an xml file as the source for gui design, performing a one-way conversion
    3. Adds its own libraries to your project to support GUI creation.

  5. Jigloo SWT/Swing GUI Builder for Eclipse and WebSphere - Note: Jigloo is free for non-commercial use, but purchase of a Professional License is required for commercial use (after successfully evaluating Jigloo).


Options no longer viable / available:


This is a summary of all the other answers to this question as it took me a while to make sense of them.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...