Closed GoogleCodeExporter closed 9 years ago
It seems that uncommenting the lines:
// Component comp = super.getTableCellRendererComponent(table, value,
isSelected,
hasFocus, row, column);
// System.out.println("row = " + row + ", opaque = " + isOpaque());
// if (row % 2 == 0) {
// comp.setBackground(alternateColor);
// setBackground(alternateColor);
// } else {
// comp.setBackground(table.getBackground());
// setBackground(table.getBackground());
// }
beginning with 1223th line in the file SeaGlassTableUI.java, solves the problem.
But why - I don't know... maybe I should have studied the whole classfile :)
Original comment by saephir
on 9 Apr 2010 at 5:42
Well, I'm currently working on this stuff. Have you tried the released version
(0.1.7.2)?
The table UI code isn't necessarily completely working.
Original comment by kahuxtable
on 9 Apr 2010 at 5:46
I'm using 1.7.2.2 and this problem occurs when a JTable is bound to a data
source (
database in my case).
Original comment by Graphics...@gmail.com
on 4 Jun 2010 at 3:32
well, I like seaglass very much. And i meet this problem too.
I am just a newcomer of java.
Although I have saw the download link of seaglass sources files, but I don't
know how to input the sources to Netbeans, and how to compile it.
So, I found the related .class files in the demo.jar, and use this files to
replace released version(0.1.7.2.2).successful!!
But I can't understand, the demo was created on 10.03.13
and the released version was created on 10.03.26
Original comment by SadIn...@gmail.com
on 12 Jun 2010 at 3:56
Working on this as well as some other table stuff. Tables are pretty messed up
at the moment.
Original comment by kahuxtable
on 2 Jul 2010 at 2:33
Fixed in r1535.
Original comment by kahuxtable
on 2 Jul 2010 at 5:13
Original issue reported on code.google.com by
saephir
on 9 Apr 2010 at 1:24