------- Comment #16 from roman at kennke dot org 2006-10-19 09:09 ------- Ok thanks. That is a similar NPE that I had before. Somehow the JTree code tries to pass a null Rectangle into JComponent.repaint(). This leads (rightly so) to an NPE (the JDK throws NPE in such a case too). So I think I will try to find each occurance in our code of repaint(Rectangle) and add some code to avoid calling this with null. And yes, this is most likely harmless.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28769 _______________________________________________ Bug-classpath mailing list Bug-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/bug-classpath