Re: How to change a color of a single row in a JTable
Posted By:
Sandip_Chitale
Posted On:
Monday, April 9, 2001 12:55 PM
It is a matter of installing the right
TableCellRenderer. Please llok at the
JavaDoc for it. Basically when the
row number matches the row of your interest set a diffrent foreground and
background color on the returned TableCellRenderer component.