1. JTable - tableChanged coderanch.com |
2. JTable and TableModelEvent: tableChanged(TableModelEvent) called twice coderanch.comI must add I've tried to see if the two events could be differenciated by retrieving their properties using the avalaible methods: getType(), getColumn(), getLastRow() etc... but they both come with the same properties values... no easy way to "filter" them in tableChanged() so... The same question was posted on jdc swing forum on Mar 7, 2000 (http://forum.java.sun.com/thread.jsp?forum=257&thread=114517) -> no answer... ... |
3. JTable not working with tableChanged coderanch.com |