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.
GridBagLayout のボタンのサイズ (幅) を固定して、常に同じサイズにすることはできますか? ありがとうございました
はい、コメントに記載されているように、GridLayout を使用してください。
パディングを追加するには、GridLayout の最後の 2 つのパラメーター (int rows、int cols、int hgap、int vgap) を使用します。