ListSelectionListener in JTable
843804Jul 21 2005 — edited Jul 21 2005Hi,
I'm having a little problem here. I add a ListSelectionListener to a JTable object. The valueChanged() method gets called twice, every time I make a single row selection in the table. What could be causing the listener to execute twice on a single selection. Thanks,
J.J