christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Custom coloring of JTable rows #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using a 

JXTable+ColorHighlighter 
or 
JTable+DefaultTableCellRenderer 

pair to do custom coloring of JTable rows does not  currently work. Might be 
part of a larger table renderer glitch.

Original issue reported on code.google.com by jonathan...@gmail.com on 6 Mar 2010 at 7:13

GoogleCodeExporter commented 9 years ago
I'll work on this. It may be the same as issue 24.

Original comment by kahuxtable on 6 Mar 2010 at 7:25

GoogleCodeExporter commented 9 years ago
Jonathan, do you have a simple example program that demonstrates the problem? 
I've never used JXTable.

Original comment by kahuxtable on 8 Mar 2010 at 4:46

GoogleCodeExporter commented 9 years ago
Here's an example. Passing any arguments using Sea Glass, otherwise it doesn't. 
The 
first column should be blue, the second green.

Original comment by jonathan...@gmail.com on 8 Mar 2010 at 7:39

Attachments:

GoogleCodeExporter commented 9 years ago
Okay, we'll fix it. I need to work on table rendering anyway, because we're 
doing it inefficiently.

Thanks much!

Original comment by kahuxtable on 9 Mar 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Assign me as owner.

Original comment by kahuxtable on 14 Mar 2010 at 3:02

GoogleCodeExporter commented 9 years ago
Fixed by r1535.

Original comment by kahuxtable on 2 Jul 2010 at 5:13