I have a JTable, but I want to only select one column at a time.
I have seen ListSelectionModel.SINGLE_SELECTION etc., but that is to only select one row at a time. I want something similar to select one column, but multiple cells in the column.
Any ideas?