JTable ColumnRemoved method
I have two tables with same set of column names but with different data.
What i am trying to do is when a column is removed from table one, then should be removed from Table Two as well.
I am using theTableColumnModelListener.columnRemove(TableColumnModelEvent e) method.
Is there a way to retrieve the column model index of the column that is being removed from with in the columnRemoved() method?
Thanks and Regards

