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

[457 byte] By [snarlaa] at [2007-10-2 20:26:33]
# 1
Never mind i found a bug in my code ...
snarlaa at 2007-7-13 23:09:31 > top of Java-index,Desktop,Core GUI APIs...