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.
私は現在、OracleのサンプルクラスであるDiagonalLayoutに取り組んでいます。
このクラスは、斜めのレイアウト(左から右)を作成します。JCheckBoxを選択して、方向を逆にします(右から左)。
どのように?
DiagonalLayoutコンポーネントを左から右にレイアウトするという固定の動作があります。
DiagonalLayout
逆対角の順序でコンポーネントを取得するにはReverseDiagonalLayout、必要なlayoutContainer実装を使用して独自に開発する必要があります。ただし、元のレイアウトはガイドとして役立ちます。
ReverseDiagonalLayout
layoutContainer