JXCollapsiblePane 与 JXMultiSplitPane

发布于 2024-10-15 21:06:39 字数 240 浏览 3 评论 0原文

我有一个使用 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 技术交流群。

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

发布评论

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

评论(1

情绪操控生活 2024-10-22 21:06:39
        multiSplitPane.getMultiSplitLayout().displayNode("r0", !hide);

使用 displayNode() 显示/隐藏特定窗格。

        multiSplitPane.getMultiSplitLayout().displayNode("r0", !hide);

Use displayNode() to show/hide specific panes.

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