Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列の1つが指定されたウィンドウのmiglayoutがありますが、grow基本的に「成長するが、___ピクセルに制限する」という意味になるように変更する必要があります。
grow
これを行う方法はありますか?
実行可能です。列の最大サイズを設定するだけです。次の例では
setLayout( new MigLayout( "", "[89px][:89px:250px,grow][89px,grow]", "[23px][23px][23px]"));
2番目の列の推奨サイズは89ピクセル、最大サイズは250ピクセルです。250で成長を停止します。3番目の列は成長を続けます。