LDAdams
LDAdams

Reputation: 682

JXTable and Header Cell Above Scrollbar

JTable and JXTables have a header cell that is generated above the scrollbar. It's a small cell but I would like to use it to render an icon and popup menu. How might I access this header cell?

Thanks

Upvotes: 1

Views: 134

Answers (1)

kleopatra
kleopatra

Reputation: 51536

In JXTable, the property to set is the columnControl: basically, it can be any component you like. To keep the functionality of the default, you can subclass ColumnControlButton

Upvotes: 2

Related Questions