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 72724 - Improve UI of Remove project dialog
Summary: Improve UI of Remove project dialog
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2006-02-16 13:06 UTC by pzajac
Modified: 2007-01-10 13:27 UTC (History)
0 users

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 pzajac 2006-02-16 13:06:43 UTC
[20060216]
Please replase the text of Ok button with "Remove" or something similiar
("Remove with dependecies"). IMHO the sentence "By removing this module from the
suite the dependencies on this module will be removed as well" is useless. The
action is certain.  

BTW :
You can use UIUtil.showAcceptCancelDialog method.
Comment 1 Martin Krauskopf 2006-08-10 12:04:53 UTC
> Please replase the text of Ok button with "Remove" or something similiar

Used "Remove". Thanks for the tip.

ui/SuiteLogicalView.java; 1.42 -> 1.43;

> IMHO the sentence "By removing this module from the suite the dependencies
> on this module will be removed as well" is useless.

I think it is better to give more info then less. I know that for you it is
obvious, but you are not standard user ;)
Comment 2 pzajac 2007-01-10 13:27:56 UTC
verified