与C#的Windows窗体等效的Java是什么,可轻松快速地构建GUI应用程序

问题描述:

我想学习编程,并研究了Java和C#.我决定选择C#,因为打开一个表单并在其中放置一些按钮和文本框非常容易.只需下载一次,C#Express就可以帮助我解决问题.

I wanted to learn to program and looked at both Java and C#. I decided to go with C# because it was so easy to just open a form and plop some buttons and text boxes on it. With just one download, C# Express got me going.

从我看到的Java来看,这是无法完成的.至少并非没有下载和配置其他软件.我发现所有这些都没有简单的说明.但是我真的很想学习Java.

From what I saw with Java that couldn’t be done. At least not without downloading and configuring other software. All of which I found no easy instructions for. But I really wanted to learn Java.

我真的不想学习如何创建UI和新语言.我只想专注于代码本身.有没有简单的方法(基本上像C#)来创建Java应用程序?

I really don’t want to learn how to create UIs AND a new language. I’d rather just to concentrate on the code itself. Is there an easy way (like C# basically) to create Java apps?

您是否在谈论GUI构建器?

Are you talking about a GUI builder?

那里有许多GUI构建器.诸如 Netbeans 之类的IDE都带有不错的

There are many GUI builders out there. Some IDEs like Netbeans come with nice GUI builders for Java.