[Mc4j-user] Vista - Java 6 compatibility
Brought to you by:
ghinkl
|
From: Phillip D. <Ph...@ci...> - 2008-12-17 14:30:28
|
Is there an issue with Vista compatibility? I get an NPE from:
java.lang.NullPointerException
at
sun.swing.table.DefaultTableCellHeaderRenderer.getColumnSortOrder(Defaul
tTableCellHeaderRenderer.java:113)
at
com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.p
aint(WindowsTableHeaderUI.java:166)
at
javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
at
javax.swing.plaf.basic.BasicTableHeaderUI.paintCell(BasicTableHeaderUI.j
ava:671)
It sounds similar to this:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6668281 except that
I'm currently on 1.6.0_11.
I notice that 2.0a has been around for quite sometime so I'm also
curious as to whether this project is somewhat dead....?
Any help would be appreciated (even if I need to build under Vista and
1.6.0_11....though I tried and I get some strange errors...)!
Phil
|