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 267385

Summary: [dark] Git related icons are not inverted, when using DarkMetal
Product: versioncontrol Reporter: markiewb
Component: GitAssignee: markiewb
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P4 Keywords: NETFIX, UI
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Shows the issue

Description markiewb 2016-08-01 19:21:40 UTC
Created attachment 161518 [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 19:53:48 UTC
fixed

http://hg.netbeans.org/core-main/rev/4fb6823c70a6
Comment 2 Quality Engineering 2016-08-03 02:01:29 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/4fb6823c70a6
User: Benno Markiewicz <markiewb@netbeans.org>
Log: #267385 - [dark] Git related icons are not inverted, when using DarkMetal