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..

[414 byte] By [nim_ramesha] at [2007-10-2 9:06:48]
# 1
try table.requestFocus()
iceboyy1a at 2007-7-16 23:13:51 > top of Java-index,Desktop,Core GUI APIs...