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 247951

Summary: NullPointerException at org.netbeans.modules.vmd.properties.PropertiesWindowManager$1.run
Product: javame Reporter: dedetoke
Component: Visual DesignerAssignee: Roman Svitanic <rsvitanic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212744
Attachments: stacktrace

Description dedetoke 2014-10-15 13:07:30 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 8

User Comments:
dedetoke: During Creating VMD

dedetoke: Designing usinb VMD




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.vmd.properties.PropertiesWindowManager$1.run(PropertiesWindowManager.java:84)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
Comment 1 dedetoke 2014-10-15 13:07:32 UTC
Created attachment 149917 [details]
stacktrace