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 66804 - Add dependency dialog needs instructions or better label text for filter field
Summary: Add dependency dialog needs instructions or better label text for filter field
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2005-10-14 13:19 UTC by _ tboudreau
Modified: 2005-11-04 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2005-10-14 13:19:36 UTC
It's completely non-obvious that, in a field just labelled "Filter", what you're
supposed to enter is a class name.  I'd expect people to try filling in the
localized name of an API, or the code name of a module, but the least likely
guess is that a class name will work, much less an unqualified one.

Please either add instructions to the dialog explaining what to do, or change
the label for the filter field to "Class Name" or something such, or preferably,
both.
Comment 1 Jesse Glick 2005-10-14 19:41:19 UTC
It's in the UI spec, but I guess that was ignored...?
Comment 2 Martin Krauskopf 2005-10-25 17:54:32 UTC
Ignored is too strong. Rather forgotten ;) Thanks for the catch Tim.
Comment 3 Martin Krauskopf 2005-10-27 00:50:07 UTC
Fixed.

Checking in ui/customizer/AddModulePanel.java; 1.23 --> 1.24
Checking in ui/customizer/Bundle.properties; 1.57 --> 1.58
Comment 4 Tomas Danek 2005-11-04 13:41:57 UTC
verified.