JTable .. colour of selected row

Posted by dimitar on Stack Overflow See other posts from Stack Overflow or by dimitar
Published on 2010-06-13T21:18:07Z Indexed on 2010/06/13 21:22 UTC
Read the original article Hit count: 288

Filed under:
|

Hello pip`s, I have a JTable in Java that has a custom dataMOdel and custom renderer. Now when i select some cell it has a dark blue border around it. I want the selected row to be all highlighted in some colour. How to do that?

© Stack Overflow or respective owner

Related posts about java

Related posts about jtable