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 258509

Summary: NullPointerException at org.netbeans.modules.form.HandleLayer.getDeepestComponentsAt
Product: guibuilder Reporter: wshackleAtGmail
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223164
Attachments: stacktrace

Description wshackleAtGmail 2016-03-23 18:32:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
wshackleAtGmail: switching tab in gui builder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.HandleLayer.getDeepestComponentsAt(HandleLayer.java:1006)
   at org.netbeans.modules.form.HandleLayer.highlightPanel(HandleLayer.java:1434)
   at org.netbeans.modules.form.HandleLayer.mouseMoved(HandleLayer.java:2183)
   at java.awt.Component.processMouseMotionEvent(Component.java:6580)
   at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3342)
   at java.awt.Component.processEvent(Component.java:6304)
Comment 1 wshackleAtGmail 2016-03-23 18:32:48 UTC
Created attachment 158981 [details]
stacktrace