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 146684

Summary: Nimbus L&F: wrong background color (white) in some panels
Product: platform Reporter: dlipin <dlipin>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: CLOSED WONTFIX    
Severity: blocker CC: mmirilovic
Priority: P3 Keywords: JDK_SPECIFIC
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Install plugin panel ("The following plugins will be installed" and "C/C++ [1.4]" have the white background)
Install plugin, license panel ("In order to continue with the installation..." background is white while it should be grey)
plugin installation completed

Description dlipin 2008-09-09 18:22:59 UTC
See attachments.
Comment 1 dlipin 2008-09-09 18:24:15 UTC
Created attachment 69441 [details]
Install plugin panel ("The following plugins will be installed" and "C/C++ [1.4]" have the white background)
Comment 2 dlipin 2008-09-09 18:26:26 UTC
Created attachment 69444 [details]
Install plugin, license panel ("In order to continue with the installation..." background is white while it should be grey)
Comment 3 dlipin 2008-09-09 18:28:20 UTC
Created attachment 69445 [details]
plugin installation completed
Comment 4 dlipin 2008-09-12 13:41:02 UTC
One of the possible workarounds is to set background color to one with 0 as the alpha value:
textPane.setBackground(new Color(0, 0, 0, 0));//(first 3 arguments - zeros in this case - in fact, can be of any value
Comment 5 Jiri Rechtacek 2008-09-22 13:22:45 UTC
Reported as http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6726686
Comment 6 Jiri Rechtacek 2008-10-21 17:41:31 UTC
*** Issue 150898 has been marked as a duplicate of this issue. ***
Comment 7 Marian Mirilovic 2011-06-09 09:54:31 UTC
v/c