最佳 Java GUI 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/86221/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best Java GUI editor
提问by Ali
I know there is nothing called the best Java IDE (Eclipse, NetBeans, etc.). Each one has its own speciality.
我知道没有最好的 Java IDE(Eclipse、NetBeans 等)。每个人都有自己的专长。
But when it comes the GUI editor (visual editor) there are some interesting items out there; I would love to know which one is the most recommended.
但是当谈到 GUI 编辑器(可视化编辑器)时,那里有一些有趣的项目;我很想知道哪一个是最值得推荐的。
I am not asking for a full IDE, I am asking about any GUI editor or plugin for any IDE that allow me edit Java GUI (not necessarily Swing). I am also open for commercial alternatives it do not have to be free.
我不是要一个完整的 IDE,我要的是任何允许我编辑 Java GUI(不一定是 Swing)的 IDE 的任何 GUI 编辑器或插件。我也对商业替代品持开放态度,它不一定是免费的。
This questionis somehow close to my question (I didn't notice it before asking, but I hope anyone searching for similar things benefit from both questions).
这个问题在某种程度上接近我的问题(我在问之前没有注意到它,但我希望任何寻找类似事物的人都能从这两个问题中受益)。
回答by Alex Argo
NetBeans' included visual Swing editor Matisse is probably the best one.
NetBeans 包含的可视化 Swing 编辑器 Matisse 可能是最好的编辑器。
If you are using Eclipse, Jigloo (a plugin) is probably the best out there.
如果您使用 Eclipse,Jigloo(一个插件)可能是最好的。
回答by Fabian Steeg
See also this question: Best IDE for developing Java Desktop Applications.
另请参阅此问题:用于开发 Java 桌面应用程序的最佳 IDE。

