这是使用 Jbutton 链接两个表单的最佳方式
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 jform 引用存储在某处并根据需要调用它们的方法。
You can store the jform references somewhere and call their methods as you like.