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 - [60cat] Different file browser in New Project and e.g. JAR Browsing
Summary: [60cat] Different file browser in New Project and e.g. JAR Browsing
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 15:19 UTC by host
Modified: 2010-08-11 13:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).