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.
これ欲しい:
私のフレームは GridLayout (3,2) であり、私が持つことができるのはこれだけです:
ボタンをパネルに入れましたが、簡単だと思います。しかし、どうすればグリッドのサイズを変更できますか?
ご覧のとおり、GridLayout はグリッド内のすべてのセルを同じサイズにします。
レイアウトは、メイン JPanel 内の 2 つの JPanel で構成されています。
メインの JPanel には、Y 軸を持つ BoxLayout があります。
パネル JPanel には GridBagLayout があります。
ボタン JPanel には FlowLayout があります。