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

Summary: Improve UI of Remove project dialog
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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