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 218025 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsFileChooserUI....
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-09 11:17 UTC by djseku
Modified: 2012-09-10 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192251


Attachments
stacktrace (4.02 KB, text/plain)
2012-09-09 11:17 UTC, djseku
Details

Note You need to log in before you can comment on or make changes to this bug.
Description djseku 2012-09-09 11:17:31 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b06
OS: Windows 7

User Comments:
djseku: oppening a project




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(WindowsFileChooserUI.java:306)
   at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:173)
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(WindowsFileChooserUI.java:150)
   at javax.swing.JComponent.setUI(JComponent.java:664)
   at javax.swing.JFileChooser.updateUI(JFileChooser.java:1803)
   at javax.swing.JFileChooser.setup(JFileChooser.java:370)
Comment 1 djseku 2012-09-09 11:17:34 UTC
Created attachment 124059 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-09-10 10:00:56 UTC
The problem is probably already fixed.
Can you please test the same action (opening a file) in the current development version?
If the problem remains, please reopen this issue. Thank you very much.