Open GoogleCodeExporter opened 9 years ago
I found a work-around. All I had to do was to set a "Highlighter" on
JXTreeTable:
table.setHighlighters(HighlighterFactory.createAlterantiveStriping(Color.WHITE,
new
Color(241,245,250));
BTW, I have to copy the color values for the light blue rows from your code. It
would
be nice if they were defined public somewhere.
Dirk
Original comment by dlemmermann@gmail.com
on 23 Dec 2009 at 2:12
Original comment by kenneth....@gmail.com
on 10 Jan 2010 at 10:27
Original issue reported on code.google.com by
dlemmermann@gmail.com
on 22 Dec 2009 at 4:39Attachments: