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 - Nimbus L&F: wrong background color (white) in some panels
Summary: Nimbus L&F: wrong background color (white) in some panels
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: JDK_SPECIFIC
: 150898 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-09 18:22 UTC by dlipin
Modified: 2011-06-09 09:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Install plugin panel ("The following plugins will be installed" and "C/C++ [1.4]" have the white background) (15.65 KB, image/png)
2008-09-09 18:24 UTC, dlipin
Details
Install plugin, license panel ("In order to continue with the installation..." background is white while it should be grey) (27.45 KB, image/png)
2008-09-09 18:26 UTC, dlipin
Details
plugin installation completed (17.31 KB, image/png)
2008-09-09 18:28 UTC, dlipin
Details

Note You need to log in before you can comment on or make changes to this bug.
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