Java 调整我的分割框大小

发布于 2024-09-09 04:01:19 字数 141 浏览 1 评论 0原文

我有一个 jDialog,里面有一个分离器。

一侧有一棵树,另一侧有一个框架。每当我使用 setVisible(false) 隐藏框架时,拆分器都会调整大小以用树填充整个屏幕。

不管框架是否隐藏,是否有办法使分离器的树侧保持相同的大小?

I have a jDialog with a splitter inside it.

One side has a tree while the other side has a frame. Whenever I use setVisible(false) to hide the frame, the splitter resizes to filled the entire screen with the tree.

Is there anyway to keep the tree side of the splitter the same size whether the frame is hidden or not?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

通知家属抬走 2024-09-16 04:01:20

实现这一点的最简单方法是使用 BorderLayout 添加面板而不是“框架”,然后向其中添加框架。因此,当您隐藏“框架”面板时,它会保留并保持其大小。

The simplest way to accomplish that would be adding panel with BorderLayout instead of a "frame" and then adding frame to it. So when you hide the "frame" panel stays and keeps its size.

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