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 38250 - Startup server dialog not standard
Summary: Startup server dialog not standard
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-19 18:17 UTC by Ann Sunhachawee
Modified: 2006-06-05 00:39 UTC (History)
1 user (show)

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 Ann Sunhachawee 2003-12-19 18:17:47 UTC
The dialog that appears when user starts a server
(which seems to be a generic dialog, perhaps used
in other places)

Title of dialog should be static and decriptive of
what progress it is tracking, not dynamic.
Recommendation: "Starting Application Server"
See guidelines on naming secondary dialogs:
http://java.sun.com/products/jlf/ed2/book/HIG.Windows5.html#1003746

The dynamic portion should be placed in the
portion above the progress bar. (e.g. Completed,
Failed, Installing..)

Buttons should only appear if they are supported
by whatever launches the dialog. Tooltip that
states "Disabled if <action> command is not
supported by the app server" should be removed.

Button labels should simply be "Stop" and "Cancel"
instead of "Stop "<action name>"". Stop will stop
the action in its tracks with no clean up. Cancel
will undo what has been done as if the action was
never taken. 

Standard JLF Progress bar should be used.
Comment 1 Nam Nguyen 2004-01-06 08:44:18 UTC
Fixed by create a separate progress monitor for managing server
status.  This is brought up by Server Status action, replacing
Start/Stop Server actions (part of another issue (37730).