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 有一个在滚动条上方生成的标题单元格。这是一个小单元格,但我想用它来呈现图标和弹出菜单。我如何访问此标题单元格?
谢谢
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