Java 中的可见性已消失

发布于 2024-12-27 23:00:44 字数 154 浏览 0 评论 0 原文

我正在使用网格布局,面板中放置了多个按钮,并且我需要放置在中间的按钮才能消失。但是,当我将 setVisible 方法设置为 false 时,按钮之间有一个空格,我需要下面的其余按钮向上移动以覆盖该方法完成的空间。这类似于android中的可见性模式GONE。我如何在 Java 中执行此操作?

I am using a gridlayout with several buttons placed in a panel and I need a button placed in the middle to disappear. However, when I set the setVisible method to false, there is a space in between the buttons and I need the remaining buttons below to move up to cover the space done by the method. This is similar to the visibility mode GONE in android. How do I do this in Java?

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

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

发布评论

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

评论(1

请爱~陌生人 2025-01-03 23:00:44

MigLayout 布局管理器支持 hidemode 指令正是执行此操作。

The MigLayout layout manager supports a hidemode directive that does exactly this.

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