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

Summary: [projectpackager] After closing dialog window, cannot resume action
Product: contrib Reporter: Jesse Glick <jglick>
Component: ProjectpackagerAssignee: Roman Strobl <rstrobl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.