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 221890 - 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: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-11 09:14 UTC by wizdom75
Modified: 2012-11-11 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194907


Attachments
stacktrace (2.55 KB, text/plain)
2012-11-11 09:14 UTC, wizdom75
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wizdom75 2012-11-11 09:14:14 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 8

Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:0)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:0)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:0)
   at java.awt.Component.processMouseWheelEvent(Component.java:0)
   at java.awt.Component.processEvent(Component.java:0)
   at java.awt.Container.processEvent(Container.java:0)
Comment 1 wizdom75 2012-11-11 09:14:16 UTC
Created attachment 127542 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-11-11 13:48:11 UTC

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