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 18680

Summary: Behavior throws NPE
Product: contrib Reporter: Jan Becicka <jbecicka>
Component: Java3DAssignee: Jan Becicka <jbecicka>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Jan Becicka 2001-12-15 12:52:15 UTC
Thu Dec 06 14:59:18 CET 2001: java.lang.NullPointerException: null
java.lang.NullPointerException
        at com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior.queueAWTEvent
(ViewPlatformAWTBehavior.java:329)
        at com.sun.j3d.utils.behaviors.vp.ViewPlatformAWTBehavior.mouseEntered
(ViewPlatformAWTBehavior.java:341)
        at java.awt.Component.processMouseEvent(Component.java:5029)
        at java.awt.Component.processEvent(Component.java:4819)
        at java.awt.Component.dispatchEventImpl(Component.java:3527)
        at java.awt.Component.dispatchEvent(Component.java:3368)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:193)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:141)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:133)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:101)
Comment 1 Jan Becicka 2002-01-04 19:27:55 UTC
fixed
Comment 2 Jan Becicka 2002-10-11 17:26:12 UTC
Verified