将另一个类的 JTextarea 输出组合到主类框架的 JTextArea 中?

发布于 2024-10-29 12:38:16 字数 161 浏览 1 评论 0原文

我有一个类将输出显示到 JTextArea 中。意味着成功运行后,它将在文本区域中显示输出。

我还有一个主类,它将类与几个按钮组合在一起,以启动特定类中代码的执行。这个主类创建了一个带有几个按钮的 GUI。现在我需要将上面的 JTextArea 合并到主框架中。

我该怎么做?

I have one class that displays the output into a JTextArea. Meaning after successful run, it will display the output in a text area.

I have also one main class that combines classes together with several buttons to initiate execution of code in specific classes. This main class creates a GUI with several buttons. Now I need the above JTextArea to incorporated into the main frame.

How do I do this?

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

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

发布评论

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

评论(1

染墨丶若流云 2024-11-05 12:38:16

使用(可能是嵌套的)布局。有关更多详细信息,请参阅 Java 教程中的使用布局管理器

Using a (possibly nested) Layout. See Using Layout Managers in the Java Tutorial for further details.

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