JXCollapsiblePane 与 JXMultiSplitPane
我有一个使用 JXMultiSplitPane 来显示多个组件的用户界面。但是,我希望某些窗格可以折叠。我考虑了如何在这里使用 JXCollapsiblePane,但我想不出一个好的方法来实现所选窗格的多重分割和可折叠性。
我的想法是不使用 JXCollapsible 窗格,而只是创建一个按钮,通过设置该窗格的分隔线位置来折叠/展开该窗格。有没有办法在这里使用 JXCollapsiblePane 以便我可以获得一些不错的功能,例如动画折叠/展开?
I have a user interface that uses a JXMultiSplitPane to display multiple components. However, I would like some of the panes to be collapsible. I thought about how I might use a JXCollapsiblePane here, but I can't figure out a good way to have the multisplit and collapsibility of select panes.
My thought was to not use JXCollapsible pane but rather to just create a button that collapses/expands a pane by setting the divider location for that pane. Would there a way to use JXCollapsiblePane here so I can get the nice features such as the animated collapsing/expanding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 displayNode() 显示/隐藏特定窗格。
Use displayNode() to show/hide specific panes.