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 52869 - Missing window icon
Summary: Missing window icon
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: UI
: 52883 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-03 21:41 UTC by Jesse Glick
Modified: 2005-08-12 13:11 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 2005-01-03 21:41:49 UTC
As of version available on AU, the Navigator
window is missing an icon, which looks bad in
sliding mode. Note that the Window menu action has
an icon.
Comment 1 Jesse Glick 2005-01-03 21:43:34 UTC
OpenIDE-Module-Specification-Version: 3.0
OpenIDE-Module-Implementation-Version: 2.0-promoe

Note #1: the manifest has no OIDE-M-Build-Version. It should.

Note #2: OpenIDE-Module-Name should not be in the manifest; only the
loc bundle.
Comment 2 Milos Kleint 2005-01-04 09:29:53 UTC
*** Issue 52883 has been marked as a duplicate of this issue. ***
Comment 3 David Simonek 2005-01-04 12:05:03 UTC
OK, I did requested changes. Note that I used 
OpenIDE-Module-Build-Version: @BUILD_NUMBER_SUBST@
I hope it's correct, I couldn't find any documentation touching this
in Modules API docs.

Checking in navigator/manifest.mf;
new revision: 1.2; previous revision: 1.1

Checking in navigator/javanavigation/build.xml;
new revision: 1.2; previous revision: 1.1

Checking in navigator/javanavigation/manifest.mf;
new revision: 1.4; previous revision: 1.3

Checking in navigator/src/org/netbeans/modules/navigator/Navigator.java;
new revision: 1.7; previous revision: 1.6

Comment 4 Jesse Glick 2005-01-04 17:04:06 UTC
Re. build version: fine if you actually substitute the token at build
time, of course. See

http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/modules/doc-files/api.html
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/apichanges.html#issue-36064