CardLayout 的替代方案不保留对所包含组件的引用
我想动态替换/更改面板的内容。我知道执行此操作的“标准”方法是使用 CardLayout。
然而,大多数组件都很胖。它们是大数据表和巨大的图表。
我还有哪些其他选择(包括免费提供的第 3 方组件)?
I would like to dynamicly replace/change to contents of a panel. I know that the "standard" way of doing this is to use the CardLayout.
However, most of the Components are very fat. They are big data tables and huge diagrams.
What other options do I have (including 3rd party components available for free)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以删除旧内容并创建新内容并重新添加新组件。然后打电话
You can delete old content and create new and readd the new component(s). Then call
只是不要使用布局管理器。自己烤:
Just don't use a LayoutManager. Bake it yourself: