Highlight Row in JTable programmatically
843804May 24 2005 — edited May 26 2005I want to highlight a certain row by clicking on different radio buttons. I have tried everything from selecting rows through the JTable, selection model, to constructing my own cell renderer but no matter what, even though I change the selection, the row I want will not be highlighted. Any ideas?
Jesus