What is the Java equivalent to C##39;s Windows Forms for building GUI apps easily and rapidly(什么是 Java 等效于 C# 的 Windows 窗体,用于轻松快速地构建 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 builder 吗?
Are you talking about a GUI builder?
那里有许多 GUI 构建器.像 Netbeans 这样的一些 IDE 带有不错的 GUI 构建器 用于 Java.
There are many GUI builders out there. Some IDEs like Netbeans come with nice GUI builders for Java.
这篇关于什么是 Java 等效于 C# 的 Windows 窗体,用于轻松快速地构建 GUI 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是 Java 等效于 C# 的 Windows 窗体,用于轻松快速地构建 GUI 应用程序


基础教程推荐
- 从 python 访问 JVM 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01