Java WindowBuilder 相当于 IntelliJ?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18562440/
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
WindowBuilder equivalent for IntelliJ?
提问by Michael Jarvis
There is a plugin for Eclipse called WindowBuilder. Is there an equivalent for IntelliJ?
Eclipse 有一个名为 WindowBuilder 的插件。IntelliJ 有等价物吗?
采纳答案by Hans
IntelliJ has it's own GUI Builder: http://www.jetbrains.com/idea/features/gui_builder.html
IntelliJ 有自己的 GUI 生成器:http: //www.jetbrains.com/idea/features/gui_builder.html
But there are also 3rd party plug-ins.
但也有 3rd 方插件。
The best so far that can work standalone or as a plug-in for IntelliJ, Eclipse, Netbeans etc. is JFormDesigner: http://www.formdev.com/
迄今为止最好的可以独立工作或作为 IntelliJ、Eclipse、Netbeans 等插件工作的是 JFormDesigner:http: //www.formdev.com/
JFormDesigner is the best UI Designer I've tried so far: just take a look at the demos.
JFormDesigner 是迄今为止我尝试过的最好的 UI 设计器:看看演示。