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 57133 - Standard icon for Start/Stop Server, Deployment dialog
Summary: Standard icon for Start/Stop Server, Deployment dialog
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-29 14:06 UTC by Alexander Kouznetsov
Modified: 2015-12-22 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot (9.24 KB, image/gif)
2005-03-29 14:06 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2005-03-29 14:06:01 UTC
Start/Stop Server (both for AS 8.1 and Tomcat), Deployment dialogs have standard icon with java cup of coffee. It seems that it should be replaced with something else. Screenshot is attached.
Comment 1 Alexander Kouznetsov 2005-03-29 14:06:42 UTC
Created attachment 21197 [details]
Screenshot
Comment 2 Sherold Dev 2005-03-30 07:49:57 UTC
This is not a real p3, taking down to p4. There is no time to fix this in 4.1.
Comment 3 Vladimir Yaroslavskiy 2005-04-25 13:11:39 UTC
This icon can't be branded. For progress monitor JFrame class is used with
icon by default. To set another icon it is necessary to invoke method
setIconImage(Image) of JFrame. In source code of netbeans (module j2eeserver)
there are no the invocation at all. It is bug for Netbeans team only:
they should add one line at 219: frame.setIconImage(<new-image>);
in method private void start(final String msg, final int max) {
of class org.netbeans.modules.j2ee.deployment.impl.ui.ProgressUI.
Comment 4 Sherold Dev 2005-04-26 14:17:27 UTC
No rush to fix this. The progress dialog is bound to changed, since there will
be a generalized progress indicator in 4.2.

http://ui.netbeans.org/docs/ui/progress_indication/progress_indication_spec.html#deployment
Comment 5 Petr Blaha 2006-03-13 13:50:56 UTC
TM 5.0 -> TBD
Comment 6 Sherold Dev 2006-07-24 15:57:35 UTC
this dialog was removed, closing as fixed
Comment 7 Quality Engineering 2015-12-22 02:27:37 UTC
Integrated into 'main-silver', will be available in build *201512220002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f71f4a88985a
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: updated binaries after fixing #256628, #257133 and  #256629 (Bug 256628 - [newcodemodel] AssertionError: Invalid token lexed. #57133 - [newcodemodel] AssertionError: Cannot modify const object! and #Bug 256629 - [newcodemodel] StringIndexOutOfBoundsException: String index out of range: -8)
(transplanted from ecc4c9530fa77a51bd0c0ac1c32ec8a993aaf4b1)