如何在java GUI中显示控制台

发布于 2024-11-09 06:29:32 字数 63 浏览 0 评论 0原文

是否有可能将控制台连接到 GUI,以便用户能够从 GUI 在控制台中输入命令?

Is there a possible way to attach the console to a GUI so that the user will be able to enter commands into the console from the GUI?

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

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

发布评论

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

评论(1

╰◇生如夏花灿烂 2024-11-16 06:29:32

只要程序从控制台启动,它就可以从控制台读取和写入。除了代码之外,没有任何东西可以使 Java 程序成为“GUI”或“控制台”。

如果您希望始终拥有一个控制台,无论程序如何启动,您只需编写一个框架以使其表现得像一个控制台。

As long as the program is launched from the console, it can read and write from/to the console. There's nothing that makes a Java program "GUI" or "Console" except for the code.

If you want to always have a console regardless of how the program is launched, you could just code a frame to behave as one.

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