bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling


From: roman at kennke dot org
Subject: [Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling
Date: 19 Oct 2006 09:09:20 -0000


------- 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]