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 105929 - API: ColorScheme for VMD*
Summary: API: ColorScheme for VMD*
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2007-06-06 19:46 UTC by Joelle Lam
Modified: 2007-06-25 17:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch (49.00 KB, patch)
2007-06-12 12:47 UTC, David Kaspar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joelle Lam 2007-06-06 19:46:39 UTC
Implement ColorScheme for VMD* components.
Comment 1 David Kaspar 2007-06-12 12:47:38 UTC
Created attachment 43552 [details]
Patch
Comment 2 David Kaspar 2007-06-12 12:50:14 UTC
Attaching a proposed patch. VMDColorScheme abstract class is added to define the
UI. VMDFactory contains 2 getter for predefined color schemes ("Original" and
"NetBeans60").
The color scheme can be used as a parameter to widget constructors.
test.vmd.VMDColorSchemeTest is added to test new color scheme.
Comment 3 David Kaspar 2007-06-25 15:10:09 UTC
Fixed in main trunk.