gpt4 book ai didi

swing - miglayout 问题 : column constraints

转载 作者:行者123 更新时间:2023-12-01 11:59:12 26 4
gpt4 key购买 nike

我有一个窗口的 miglayout,其中一列被指定为 grow 但我需要修改它,所以它基本上意味着“增长,但限制为 ___ 像素”。

我有办法做到这一点吗?

最佳答案

这是可行的。只需设置列的最大大小。在下面的例子中

setLayout(
new MigLayout(
"",
"[89px][:89px:250px,grow][89px,grow]",
"[23px][23px][23px]"));

第二列的首选大小为 89 像素,最大大小为 250 像素。它将在 250 时停止增长。第三列将继续增长。

关于swing - miglayout 问题 : column constraints,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3268109/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com