How to programatically select row using JTable
843807Sep 1 2010 — edited Sep 1 2010Using JTable what I would like to do is, as soon as a row is selected in the table hilight other rows (or change background color for other set of rows)?
What I know is, I can add a row selection listner and catch the event that a row was selected. But from there, how do I either highlight or make selected some other set of rows?
Thanks.
Ash.