强制 MigLayout 像 GridBagLayout 一样收缩隐藏对象

发布于 2024-12-01 09:23:41 字数 206 浏览 0 评论 0原文

我正在尝试将 GridBagLayout 替换为 MigLayout。问题是,如果我为 GridBaglayout 中的某个对象调用 obj.setVisible(false) ,布局就会缩小。但在 MigLayout 中它只是保持隐藏状态。您知道如何使 MigLayout 表现得像 GridBagLayout 吗?

I am trying to replace GridBagLayout with MigLayout. The problem is that if i call obj.setVisible(false) for some object in GridBaglayout, the layout shrinks. But in MigLayout it just remains hidden. Do you know some way to make MigLayout acting like GridBagLayout?

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

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

发布评论

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

评论(1

身边 2024-12-08 09:23:41

在这里查看 MigLayout Cheat Sheet 上的“hidemode”属性:

http://www.miglayout.com/miglayout/cheatsheet.html migcalendar.com/miglayout/cheatsheet.html

您可能需要 new MigLayout("hidemode 3")

Have a look at the "hidemode" property on the MigLayout Cheat Sheet over here:

http://www.migcalendar.com/miglayout/cheatsheet.html

You probably want new MigLayout("hidemode 3")

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