Swing的IDE [英] IDE for Swing

查看:169
本文介绍了Swing的IDE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何IDE可以简化创建Swing应用程序(理想情况下是Visual Studio的内容)

解决方案

像其他人一样提到,NetBeans的可视化编辑器相当不错,但它基于 Swing应用程序框架,所以你需要了解它是如何正常使用它的(虽然你不需要深入研究它)。



除了还有:





个人而言我使用过NetBeans和IDEA的可视化编辑器。两者都很好,但我认为NetBeans有一个优势,因为它不使用任何保存GUI结构的专有方法,而是执行与Visual Studio相似的操作 - 自动生成您可以添加的代码。 IDEA将信息存储在一个单独的文件中,这意味着您必须稍后使用IDEA直观地编辑布局。



我没有使用Eclipse的Visual Editor。



我的投票是针对NetBeans的可视化编辑器。我认为它满足了大多数人在可视化编辑器中所寻找的东西,并使其足够灵活,可以通过代码手动插入漏洞,而不会影响可视化编辑器(因此您可以在代码和设计视图之间来回切换而不会破坏)。 / p>

Is there any IDE that simplifies creating Swing applications (ideally something along the lines of Visual Studio)

解决方案

Like others have mentioned, NetBeans' visual editor is pretty good, but it's based pretty heavily on the Swing Application Framework, so you'd need to get an understanding of how it works to properly use it (although you don't need to dig in to just test things).

Other than that there are also:

Personally I've used NetBeans' and IDEA's visual editors. Both are nice, but I thought NetBeans had a leg up, because it doesn't use any proprietary way of saving the GUI structure and instead does something similar to what Visual Studio does - auto-generating the code that you can then add to. IDEA stores the information in a separate file which means you have to use IDEA to edit the layout visually later.

I have not used Eclipse's Visual Editor.

My vote is for NetBeans' visual editor. I think it satisfies what most people are looking for in a visual editor and leaves it flexible enough to plug the holes manually through code without affecting the visual editor (so you can switch back and forth between code and design views without breaking either).

这篇关于Swing的IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆