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 245537

Summary: NullPointerException at org.netbeans.modules.form.FormDesigner$FormListener.updateConnectedProperties
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: naime, xXPunisherXx
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210633
Attachments: stacktrace

Description Exceptions Reporter 2014-07-10 08:10:32 UTC
This bug was originally marked as duplicate of bug 220513, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 8

User Comments:
GUEST: After open the project, unfolder the Menus swing and select the Menu band item




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner$FormListener.updateConnectedProperties(FormDesigner.java:2758)
   at org.netbeans.modules.form.FormDesigner$FormListener.run(FormDesigner.java:2659)
   at org.netbeans.modules.form.FormLAF$3.run(FormLAF.java:333)
   at org.openide.util.Mutex.doEventAccess(Mutex.java:1368)
   at org.openide.util.Mutex.readAccess(Mutex.java:278)
   at org.netbeans.modules.form.FormLAF.executeWithLookAndFeel(FormLAF.java:316)
Comment 1 Exceptions Reporter 2014-07-10 08:10:34 UTC
Created attachment 147964 [details]
stacktrace