What would be the approach to align additional components, such as a button, a label etc. under a specific column of the JTable? I would like to, for instance, add under the column with checkboxes, another checkbox that would select all the values in that particular column.
Share
as far as I understood, usage of TableColumnModelListener, with proper events from resize and reordering