What is the easiest way to set the row color at run time in JTable? I would like to implement something like setRowColor(int rowNumber)?
I know I can implement a new Table renderer where the object may have that information. The issue is that I already have a table implemented that work with the array of Strings, and I don't want to change this. Thanks in advance. -Lenny, New York. _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
