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.
JSplitPane の下部の最大高さを設定することは可能ですか? あまりサイズを変更したくありません。
これを行う方法 ?
ありがとうございました、
JSplitPane には .setDividerLocation(int ピクセル) と .setDividerLocation(double percents) の 2 つのメソッドがあります。コードは簡単です:
jSplitPane.setDividerLocation(0.0); // set maximum height of the bottom part