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: hendrich at informatik dot uni-hamburg dot de
Subject: [Bug swing/28769] Regression:JTree and JTable mouse-wheel scrolling
Date: 19 Oct 2006 08:47:09 -0000


------- Comment #15 from hendrich at informatik dot uni-hamburg dot de  
2006-10-19 08:47 -------
> Could you please retest?

Just tested current cvs (2006.10.19). Mouse-wheel scrolling seems to work 
on JTree now, at least in my test applications. Fixed!

Note: I got a new (apparently harmless) NPE from repaint() today:

java.lang.NullPointerException
   at javax.swing.JComponent.repaint(JComponent.java:2889)
   at
javax.swing.plaf.basic.BasicTreeUI$FocusHandler.repaintLeadRow(BasicTreeUI
.java:2338)
   at
javax.swing.plaf.basic.BasicTreeUI$FocusHandler.focusGained(BasicTreeUI.ja
va:2315)
   at java.awt.Component.processFocusEvent(Component.java:3740)
   at java.awt.Component.processEvent(Component.java:3661)
   at java.awt.Container.processEvent(Container.java:1027)
   at java.awt.Component.dispatchEventImpl(Component.java:5737)
   at java.awt.Container.dispatchEventImpl(Container.java:1922)
   at java.awt.Component.dispatchEvent(Component.java:2836)
   at
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:11
03)
   at
java.awt.DefaultKeyboardFocusManager.handleFocusGained(DefaultKeyboardFocu
sManager.java:274)
   at
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusMan
ager.java:188)
   at java.awt.Component.dispatchEventImpl(Component.java:5724)
   at java.awt.Container.dispatchEventImpl(Container.java:1922)
   at java.awt.Window.dispatchEventImpl(Window.java:621)
   at java.awt.Component.dispatchEvent(Component.java:2836)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)


-- 

hendrich at informatik dot uni-hamburg dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28769





reply via email to

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