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 223958

Summary: NullPointerException at java.awt.image.BufferedImage.setRGB
Product: platform Reporter: nrhegde
Component: JDK ProblemsAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WONTFIX    
Severity: normal CC: nrhegde
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
URL: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6957067
Issue Type: DEFECT Exception Reporter: 171813
Attachments: stacktrace

Description nrhegde 2012-12-18 04:05:53 UTC
Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows XP

User Comments:
GUEST: nothing, just run NetBeans.. with this Exception I can't call open project dialog

GUEST: I am trying to change the background color in the properties.




Stacktrace: 
java.lang.NullPointerException
   at java.awt.image.BufferedImage.setRGB(BufferedImage.java:1013)
   at sun.awt.shell.Win32ShellFolderManager2.getStandardViewButton(Win32ShellFolderManager2.java:96)
   at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManager2.java:300)
   at sun.awt.shell.ShellFolder.get(ShellFolder.java:227)
   at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createValue(WindowsLookAndFeel.java:2161)
   at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:200)
Comment 1 nrhegde 2012-12-18 04:05:55 UTC
Created attachment 129489 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-08-01 08:40:01 UTC
Seems to be this JDK bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6957067

Reporter, please reopen that JDK bug and provide steps to reproduce, thanks.