gpt4 book ai didi

java - 将表单添加到 Swing Menu 应用程序

转载 作者:行者123 更新时间:2023-12-01 17:29:35 24 4
gpt4 key购买 nike

我正在编写一个基于 Swing 菜单的应用程序。在菜单中我有文件->新建->添加人员这里添加人员是一个表单,新选项将有许多其他表单。当我单击此表单中的任何一个时,它都必须添加到菜单显示区域。

我的问题是如何将其添加到显示区域。显示区域是否已经包含我可以添加表单的任何周转容器?

另外,请注意,我创建的每个表单都是单独的 JFrame

最佳答案

Also, note that each of these Forms that I have created are individual JFrames

  • 永远不要使用大量的JFrame,这是通往 hell 的道路

My question is how do I add it to the display area. should the display area already consist of any swing container to which I can add my Forms?

  • 如果您需要弹出窗口,则要使用JDialog,只需一个JDialog,然后将其重新用于另一操作

I am writing a Swing Menu based application. In the Menu I have File->New->Add Person Here Add Person is a form and the new option will have many other forms. When I click on any of this form it has to be added to the menu display area.

关于java - 将表单添加到 Swing Menu 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12348064/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com