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 36026

Summary: XP - overall color correction of property sheet
Product: platform Reporter: David Simonek <dsimonek>
Component: Window SystemAssignee: _ tboudreau <tboudreau>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 29466, 31896, 36723    
Bug Blocks: 36013    

Description David Simonek 2003-09-10 16:29:04 UTC
according to Dusan's specification.
Comment 1 David Simonek 2003-11-13 13:47:30 UTC
Passign to Tim, as Tim already have this prepared in his branch.
Comment 2 _ tboudreau 2003-12-01 12:17:59 UTC
The correct colors are now assigned in the trunk in core/NbTheme. 
Once I integrate the property panel rewrite, they will actually be
used by the property sheet, with one exception:

Disabled properties are rendered using colors the look and feel
defines - a JLabel doesn't have any setDisabledForeground() value.  On
Windows, that means the nifty beveled painting if the background is
not white.

- I would like to wait for that change until we integrate the new
lightweight HTML renderer.  At that point, both property sheet and
explorer should start using it, and we will then have our own painting
logic for both enabled and disabled properties.

Is that doable?
Comment 3 _ tboudreau 2003-12-09 09:37:07 UTC
Property panel rewrite branch merged.