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 - NullPointerException at org.netbeans.modules.vmd.properties.PropertiesWindowManager$1.run
Summary: NullPointerException at org.netbeans.modules.vmd.properties.PropertiesWindowM...
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-15 13:07 UTC by dedetoke
Modified: 2014-10-15 13:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212744


Attachments
stacktrace (1.20 KB, text/plain)
2014-10-15 13:07 UTC, dedetoke
Details

Note You need to log in before you can comment on or make changes to this bug.
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