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 253110

Summary: Support for transparency in color editor
Product: platform Reporter: mccorb
Component: Property EditorsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P1    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description mccorb 2015-06-22 17:30:03 UTC
I am extending the PropertySupport.ReadWrite<T> class using Color for the <T> in the Netbeans Platform PropertySheet TopComponent. It brings up the JColorChooser control and works fine for RGB color components but since the color editors in Java now have built in support for transparency in the JColorChooser control, I think this class should be updated to support it also. Currently it only passes back the RGB component the user selected and won't fire messages for transparency changes at all.