JTable ListSelectionEvent
Hi all,
I am using JTable with ListSelectionEvent .
If I click on a row, it pops up one dialog window.
After closing dialog window, the selction on the selected row is clear.
I want that selection back..
can anyone suggest me.
After closing dialog window, I set setSelectedRow(row_selected)
but it doesn't work , its pops up window again.
please help me..

