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 - Support for transparency in color editor
Summary: Support for transparency in color editor
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-22 17:30 UTC by mccorb
Modified: 2015-06-22 17:30 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 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.