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 72979 - [projectpackager] After closing dialog window, cannot resume action
Summary: [projectpackager] After closing dialog window, cannot resume action
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Projectpackager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roman Strobl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-23 17:20 UTC by Jesse Glick
Modified: 2007-12-07 16:33 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 Jesse Glick 2006-02-23 17:20:35 UTC
I ran projectpackager. I changed my mind and closed the window (clicked X on
window title bar). Then I tried to run it again and was told that the action was
already running and that I could not run it again! I had to restart the IDE.

Several problems:

1. Clearly the code left a close icon on the dialog but incorrectly failed to
handle the case that the user actually used it, rather than clicking cancel.

2. I would have expected Escape to be bound, but it was not.

3. Generally the dialog does not work correctly as a dialog (violates many JLF
rules). Should be rewritten to use DialogDescriptor so that OK and Cancel
buttons work the way they should.
Comment 1 Jesse Glick 2006-02-23 17:22:34 UTC
org.netbeans.modules.projectpackager/1 [1.1.5 200511011936]
Comment 2 Roman Strobl 2006-02-23 17:33:37 UTC
Thanks Jesse, I'll take a look at it.