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 118249

Summary: [60cat] Different file browser in New Project and e.g. JAR Browsing
Product: platform Reporter: host <host>
Component: Window SystemAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description host 2007-10-09 15:19:32 UTC
[ JDK VERSION : 1.6.0_02 ]

When I create or open project I have the "pumped up" file browser.

But e.g. when I am in the "Java Sources Classpath" of a project
properties and click on "Add JAR/Folder..." I get just a regular file
browser.

It would be nice to have some of the additional features of the
"pumped up" version at other places in NB too.
Comment 1 Jaromir Uhrik 2007-10-11 10:50:35 UTC
It is because "Add JAR/Folder..." uses filechooser provided by jdk instead of core|filechooser. I am passing this issue
to java|project. 
Comment 2 Tomas Zezula 2007-10-11 11:11:38 UTC
The openide/ui is the right component. The client cannot affect which file chooser is used, it's decided for the whole
IDE, the client just uses JFileChooser.
The NB view is not available now for mixed mode (chooser for files + directories).