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 267388 - [dark] Call Hierarchy/Find Usages related icons are not inverted, when using DarkMetal
Summary: [dark] Call Hierarchy/Find Usages related icons are not inverted, when using ...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: markiewb
URL:
Keywords: NETFIX, UI
Depends on:
Blocks:
 
Reported: 2016-08-01 21:23 UTC by markiewb
Modified: 2016-08-03 02:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (2.87 KB, image/png)
2016-08-01 21:23 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-08-01 21:23:52 UTC
Created attachment 161523 [details]
Shows the issue

These icons are loaded like 
   new javax.swing.ImageIcon(getClass().getResource("xxx.png"))
but they have to be loaded like
   org.openide.util.ImageUtilities.loadImageIcon("xxx.png", false)
Comment 1 markiewb 2016-08-01 21:42:52 UTC
fixed

http://hg.netbeans.org/core-main/rev/57dbd3644d15
Comment 2 Quality Engineering 2016-08-03 02:01:34 UTC
Integrated into 'main-silver', will be available in build *201608030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/57dbd3644d15
User: Benno Markiewicz <markiewb@netbeans.org>
Log: #267388 - [dark] Call Hierarchy/Find Usages related icons are not inverted, when using DarkMetal