posted 23 years ago
Hi there,
Basically when you use the AbstractTableModel, it automatically adds the listener to your table and whenever you try to select the cell or click on the cell of the table, the TableMedelListener is implemented and the getValueAt fires.
Can yoiu elloborate your problem, cause i had worked on the AbstractTableModel quite more.
Thankz...