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 270115

Summary: NetBeans cannot open a project
Product: projects Reporter: rudyment <rudyment>
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184734
Attachments: stacktrace

Description rudyment 2017-03-18 12:09:58 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: Open new project

GUEST: Problem occurs when I try to call "Open project" command - no matter from 'File' menu, or key combination Ctrl+Shift+O.

GUEST: no open project

rudyment: NullPointerException at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents

Whe I wanted to open a project, only response was announcing the error.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(WindowsFileChooserUI.java:305)
   at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:173)
   at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(WindowsFileChooserUI.java:149)
   at javax.swing.JComponent.setUI(JComponent.java:666)
   at javax.swing.JFileChooser.updateUI(JFileChooser.java:1836)
   at javax.swing.JFileChooser.setup(JFileChooser.java:371)
Comment 1 rudyment 2017-03-18 12:10:00 UTC
Created attachment 163881 [details]
stacktrace