I know we can set the selection color for all rows in the table: table.setSelectionForeground( Color.white ); table.setSelectionBackground( Color.red );
I would like to be able to set the foreground color of specific rows. My goal is when I change the foreground color of a particular row based on some logic, I want that foreground color to be the same when the row is selected. Is there a way to do it? Thanks! _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
