I have a JTable.
Can I get the coords of changed cell with a Listener to table or tablemodel?
> I have a JTable.
>
> Can I get the coords of changed cell with a Listener to table or
> tablemodel?
TableModelListener
tableChanged(TableModelEvent e)
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#modelchange
On Fri, 11 Nov 2005 14:59:07 +0200, Chameleon
<cham_gss@hotmail.NOSPAM.com> wrote, quoted or indirectly quoted
someone who said :
>Can I get the coords of changed cell with a Listener to table or tablemodel?
If you hook up a TableModelListener on your TableModel, look at the
event you get, TableModelEvent. Its fields will tell you just what has
changed.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.