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 - Create a color picker independent of editor module
Summary: Create a color picker independent of editor module
Status: RESOLVED DUPLICATE of bug 216013
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P1 normal with 2 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 16:35 UTC by Theofanis Oikonomou
Modified: 2012-07-30 13:36 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 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 ***