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 - Change background and text color of all windows
Summary: Change background and text color of all windows
Status: RESOLVED DUPLICATE of bug 151069
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-01-15 14:07 UTC by luismsgomes
Modified: 2012-07-23 13:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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