This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 217752 - NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved
Summary: NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mous...
Status: RESOLVED DUPLICATE of bug 213268
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-03 13:41 UTC by Exceptions Reporter
Modified: 2012-09-11 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192066


Attachments
stacktrace (2.63 KB, text/plain)
2012-09-03 13:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-09-03 13:41:31 UTC
This bug was originally marked as duplicate of bug 213268, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b24
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:866)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:532)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:531)
   at java.awt.Component.processMouseWheelEvent(Component.java:6593)
   at java.awt.Component.processEvent(Component.java:6277)
   at java.awt.Container.processEvent(Container.java:2229)
Comment 1 Exceptions Reporter 2012-09-03 13:41:34 UTC
Created attachment 123831 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-09-11 16:40:02 UTC

*** This bug has been marked as a duplicate of bug 213268 ***