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

Summary: API: ColorScheme for VMD*
Product: platform Reporter: Joelle Lam <joellelam>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API_REVIEW_FAST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Patch

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.