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 216013

Summary: Provide combo box for color selection.
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: -- Other --Assignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED FIXED    
Severity: normal CC: theofanis
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: proposed API changes
new API class
new class missing in the patch
new class missing in the patch

Description Stanislav Aubrecht 2012-07-26 15:50:49 UTC
The IDE shows a combo box with a list of colors at several places. The current implementation has some look&feel problems and also its code is copy-pasted to several modules.

I propose providing a new public class that could be used as a combo box component to select a color.
Comment 1 Stanislav Aubrecht 2012-07-26 15:57:52 UTC
Created attachment 122412 [details]
proposed API changes
Comment 2 Stanislav Aubrecht 2012-07-27 09:11:20 UTC
Created attachment 122447 [details]
new API class
Comment 3 Stanislav Aubrecht 2012-07-27 09:11:56 UTC
Created attachment 122448 [details]
new class missing in the patch
Comment 4 Stanislav Aubrecht 2012-07-27 09:12:28 UTC
Created attachment 122449 [details]
new class missing in the patch
Comment 5 Stanislav Aubrecht 2012-07-30 13:36:44 UTC
*** Bug 211598 has been marked as a duplicate of this bug. ***
Comment 6 Stanislav Aubrecht 2012-08-02 15:11:12 UTC
If there are no objections I'll integrate the changes tomorrow.
Comment 7 Stanislav Aubrecht 2012-08-03 14:19:21 UTC
core-main 8765ef818b1a
Comment 8 Quality Engineering 2012-08-04 02:33:06 UTC
Integrated into 'main-golden', will be available in build *201208040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8765ef818b1a
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #216013 - Provide combo box for color selection