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 194142 - Icon image selection annoying when using maven (default path is java source path, should be "other sources")
Summary: Icon image selection annoying when using maven (default path is java source p...
Status: RESOLVED DUPLICATE of bug 170991
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Natural Layout (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-08 16:46 UTC by agerhard
Modified: 2015-09-16 17:02 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 agerhard 2011-01-08 16:46:12 UTC
Maven will create a "java source" path an an "other source" path for resources like properties, images etc. When creating an JLabel in gui editor and adding an icon, the icon selector will be directed to the java path by default. To select an icon of the other source path, I have to click at least four times (after selecting icon in the Properties of the JLabel): 
 - selecting …-Button,
 - open path in the opening dialog (at least two clicks),
 - select an icon.
Then the combobox will show a preview of my icons.

When building in Maven, only java files are allowed in the java path. So having the other sources selectable at Package in the icon dialog will have more sense.
Comment 1 Tomas Pavek 2015-09-16 17:02:53 UTC
Fixed as bug 170991.

*** This bug has been marked as a duplicate of bug 170991 ***