如何在 Java 中执行 GUI 任务

发布于 2024-10-17 23:04:50 字数 157 浏览 1 评论 0原文

我正从 C# 转向 Java,出于好奇,我喜欢问问题,在 C# 中添加 UI 对象是拖放任务,并且更改和设置对象属性也很容易。 如何在 Java 中完成 GUI 任务?它们像 C# 吗? 以及使用哪个 IDE,因为我使用的是 Visual Studio 2008 for C#。

谢谢

I am moving to Java from C#, and for my curiosity I like to ask question, in C# adding UI objects was drag and drop task and also changing and setting the object property was easy.
How to do the GUI tasks in Java? are they like C#?
and which IDE to use for it, as I have used Visual Studio 2008 for C#.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

太阳公公是暖光 2024-10-24 23:04:50

Gui Building:NetBeans 很常见。

http://netbeans.org/kb/docs/java/quickstart-gui.html

就我个人而言,我构建了自己的,但它们并不复杂,所以我可以摆脱它。

Java 开发概况:Eclipse 非常流行。这就是我用的。

Gui Building: NetBeans is very common.

http://netbeans.org/kb/docs/java/quickstart-gui.html

Personally I build my own, but they aren't complicated so I can get away with that.

Java development in general: Eclipse is very popular. It's what I use.

尤怨 2024-10-24 23:04:50

Netbeans 非常适合 GUI,因为它有一个构建器。但是,我强烈建议您自己编码。这并不是一项太复杂的任务。不过,请注意线程问题,学习一些简单的概念,例如事件调度线程、Swingworker 等。我建议开始一个小项目来掌握它。否则,强烈推荐 Sun 教程。

Netbeans is good for GUI as it has a builder. However, I would strongly recommend coding it yourself. Its not too complicated a task. Be aware of threading issues though, learn some simple concepts like Event Dispatch Thread, Swingworker, etc. I would suggest embarking on a small project to get a hang of it. Otherwise, Sun tutorials are highly recommended.

哎呦我呸! 2024-10-24 23:04:50

如何在 Java 中执行 GUI 任务?

使用 JFC/Swing 创建 GUI

它们像 C# 吗?

是的!

以及使用哪个 IDE,因为我使用的是 Visual Studio 2008 for C#。

NetbeansEclipse

更多:Java GUI 替代方案

How to do the GUI tasks in Java?

Creating a GUI With JFC/Swing

are they like C#?

Yes!

and which IDE to use for it, as I have used Visual Studio 2008 for C#.

Netbeans or Eclipse

More: Java GUI Alternatives

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文