Hi,
I have a JTable with a datamodel.
When the selected row changes a display has to be updated with the data from the new row.
Is there a rowselectionchangelistener ?
I can update it with the mouselistener and keylistener but that are 2 different event.
Is there a single event that i can listen ?
Kind regards
