这是使用 Jbutton 链接两个表单的最佳方式

发布于 2024-07-23 07:57:45 字数 272 浏览 4 评论 0原文

我有一个 JFrame Form 作为我的主页,其中包含一些 JButtons。 我希望,如果我单击 JButton,另一个 JFrame Form 将会出现,并且还会找到一种从打开的 Jframe Form 导航回我的主页的方法代码>. 实现这一目标的最佳方法是什么?

我的项目是Java>Java应用程序

I am having a JFrame Form as my main page with some JButtons. I want, if i click a JButton, another JFrame Form will appear and also find a way to navigate back to my main page from the opened Jframe Form. What is the best way to achieve this?

My project is Java>Java Application

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

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

发布评论

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

评论(1

和我恋爱吧 2024-07-30 07:57:45

您可以将 jform 引用存储在某处并根据需要调用它们的方法。

You can store the jform references somewhere and call their methods as you like.

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