Change border color of selected row in JTable
amit3880May 23 2011 — edited May 24 2011I want to change the border color of complete row on selection for JTable. I am trying to add cellrenderer for all cells but this seems not to be a nice and clean solution.
In short, I want to highlight the selected row by changing the border color of complete row.
Amit