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 232385 - Inconsistent use of different file chooser types
Summary: Inconsistent use of different file chooser types
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-08 12:40 UTC by host
Modified: 2013-07-09 09:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Filechooser to select JavaHL libraries (64.82 KB, image/png)
2013-07-08 12:41 UTC, host
Details
Filechooser to select Android directory (39.71 KB, image/png)
2013-07-08 12:42 UTC, host
Details
Filechooser to select SASS file (51.45 KB, image/png)
2013-07-08 12:43 UTC, host
Details
Filechooser to select Snaphot file (58.89 KB, image/png)
2013-07-08 12:44 UTC, host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description host 2013-07-08 12:40:30 UTC
Just in the preferences of NetBeans, one can find three different types of file choosers where one single (generic) type would (and should) be enough.
Comment 1 host 2013-07-08 12:41:08 UTC
Created attachment 136819 [details]
Filechooser to select JavaHL libraries
Comment 2 host 2013-07-08 12:42:19 UTC
Created attachment 136820 [details]
Filechooser to select Android directory
Comment 3 host 2013-07-08 12:43:35 UTC
Created attachment 136821 [details]
Filechooser to select SASS file
Comment 4 host 2013-07-08 12:44:00 UTC
Created attachment 136822 [details]
Filechooser to select Snaphot file
Comment 5 Stanislav Aubrecht 2013-07-09 09:54:23 UTC
Only Android dir chooser is actually different. Other file chooser use the same API. They differ because they have different properties/functionality enabled/disabled, e.g. creation of new directories is (not) allowed, file must exist etc.

Reassigning to J. Becicka to evaluate the dir chooser for SDK folder in Options window.