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 156891

Summary: Change background and text color of all windows
Product: platform Reporter: luismsgomes <luismsgomes>
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description luismsgomes 2009-01-15 14:07:27 UTC
The color configuration dialog should allow the user to change the background and text color of all windows.

When using a dark background in the editor, it would be desirable that all surrounding windows (Navigator, Projects,
Output, etc) could be configured to a darker background to avoid the clash.
Comment 1 Jaromir Uhrik 2009-01-16 12:25:15 UTC
Passing to windows system - please evaluate. Thanks.
Comment 2 _ tboudreau 2010-01-14 21:40:02 UTC
This is generally handled by the Look and Feel (there are many out there).  You also might find the module contrib/tanui useful, which simply modifies the colors of the current look and feel (mid tone w/ lighter and darker text).

Generally, it is not possible to do this for all look and feels - some (GTK in particular) simply do not care what colors you want controls to be - it is using native painting from the OS (but if you set up a theme there, NetBeans will use it).  Others (Nimbus, Metal) can be themed.
Comment 3 Milutin Kristofic 2012-07-23 13:04:04 UTC

*** This bug has been marked as a duplicate of bug 151069 ***