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 198974 - javax.swing.ImageIcon NPE when not using debugger
Summary: javax.swing.ImageIcon NPE when not using debugger
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-28 23:38 UTC by adirx
Modified: 2011-05-30 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description adirx 2011-05-28 23:38:32 UTC
Product Version = NetBeans Platform 7.0 (Build 201104080000)
Operating System = Windows Vista version 6.0 running on x86
Java; VM; Vendor = 1.6.0_23
Runtime = Java HotSpot(TM) Client VM 19.0-b09

I get an: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:167)
when running a project. I only get this error on this machine (windows 7 machine do not get the error).
I do not get the error in debug mode.
Comment 1 adirx 2011-05-28 23:58:39 UTC
Please disregard this submission - incorrect reference to image package