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 56009

Summary: [41cat] Shutdown dialog appears after the main window closes.
Product: platform Reporter: lleland <lleland>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: ENHANCEMENT Exception Reporter:

Description lleland 2005-03-05 01:26:33 UTC
[ BUILD # : 20050221 ]
[ JDK VERSION : 1.5.0_01 ]

Even though there are several issues that are related to the time it takes to shutdown and that there should be a shutdown progress dialog, none of them actually specify this issue.

When you close NetBeans, the main window first closes, and, after a period of time ranging from seconds to minutes, a shutdown progress dialog appears while NetBeans is performing shutdown cleanup.

This is contrary to accepted GUI practice. When the main window closes, the user has no idea NetBeans is not done until the shutdown dialog appears. Since this dialog can be delayed by several minutes (such as when you've maxed the allocated memory upper limit), the user does not know to not perform any action that may interfere with this shutdown, like running a new NetBeans instance or shutting down the computer. This can result in the corruption of the user profile or the application installation configuration.

The proper procedure is to open the shutdown progress dialog as a child of the main window. The main window should be the last window closed, which indicates to the user that the application is done and that they are now free to perform any action that would've interfered with the shutdown.