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.
JXTableを使用していて、プログラムで列を非表示にしたい。
これを行うための便利な方法はありますか(最小/最大/優先幅を設定せずに)?
ありがとう。
JXTableから関連する列のTableColumnExtを取得し、その上でsetVisible()を呼び出します。