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.
JTableとJXTableには、スクロールバーの上に生成されるヘッダーセルがあります。小さなセルですが、アイコンやポップアップメニューのレンダリングに使用したいと思います。このヘッダーセルにアクセスするにはどうすればよいですか?
ありがとう
JXTable では、設定するプロパティは columnControl です。基本的には、任意のコンポーネントにすることができます。デフォルトの機能を維持するには、ColumnControlButton をサブクラス化できます。