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 211598

Summary: Create a color picker independent of editor module
Product: editor Reporter: Theofanis Oikonomou <theofanis>
Component: OptionsAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P1    
Version: -S1S-   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description Theofanis Oikonomou 2012-04-23 16:35:09 UTC
Color pickers (the controls in tabs, not the actual color picking dialogs) are not unified across various panels in Options dialog. See Misc->Terminal vs. Misc->GUIBuilder vs. tabs under Fonts&Colors.

Currently, modules (terminal, versioning) that want to have the same unified look have to copy several classes, such as ColorValue, ColorComboBox and ColorComboBoxRenderer, from options.editor module in order to use the color picker defined in options.editor/o.n.m.options.colors

This is because of the dependency between options.editor and other editor related modules. Someone should not have to add a dependency on editor to use the color picker.

This would have a great impact on improving Options dialog look. Thank you
Comment 1 Stanislav Aubrecht 2012-07-30 13:36:44 UTC

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