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

