我正在尝试将GridBagLayout
替换为MigLayout
。问题是,如果我为obj.setVisible(false)
中的某个对象调用GridBaglayout
,则布局会缩小。但在MigLayout
中,它仍然是隐藏的。你知道某种让MigLayout
表现得像GridBagLayout
的方法吗?
答案 0 :(得分:9)
在这里查看MigLayout备忘单上的“hidemode”属性:
http://www.migcalendar.com/miglayout/cheatsheet.html
您可能需要new MigLayout("hidemode 3")