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 应用程序


- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01