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 111097 - Image chooser does not provide packages from other source roots
Summary: Image chooser does not provide packages from other source roots
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 13:00 UTC by Jiri Prox
Modified: 2008-05-05 15:21 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 Jiri Prox 2007-07-26 13:00:04 UTC
Product Version: NetBeans IDE Dev (Build 200707211200) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; ja_JP (nb) Userdir: /space/ui18nplain

Image chooser does not provide packages located under another source root.

Steps to reproduce:
1) create project
2) add another source root
3) create some packages in the second source root
4) open Image Chooser
5) open list of packages
-> package only from default source root are listed
Comment 1 Tomas Pavek 2007-07-30 11:10:09 UTC
This is mostly by intention for simplicity - the package chooser offers only package of the one (current) package root.
You can still choose images from entire project classpath via the [...] button. However, we could perhaps include all
project source roots by default, or maybe even all roots.