Can we Fire Event on JTable from external Source....

Hello...

I want to fire row selection event on JTable from JButton. How can i do this ?

When row is selected from jTable then i take some values from that row & do the processing & same I want to execute same code when i click on JButton.

Means i want to fire event on JTable from external Source.

Thanks in Advance.

Message was edited by:

PremInd

[399 byte] By [PremInda] at [2007-10-3 9:19:23]
# 1
table.addRowSelectionInterval(...);table.setRowSelectionInterval(...);table.changeSelection(...);
camickra at 2007-7-15 4:32:33 > top of Java-index,Desktop,Core GUI APIs...