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 134265

Summary: Add a Resource Table to the graph library
Product: platform Reporter: Trey Spiva <tspiva>
Component: GraphAssignee: Trey Spiva <tspiva>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews
Priority: P2 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/VisualLibaryResourceTable
Issue Type: ENHANCEMENT Exception Reporter:

Description Trey Spiva 2008-04-30 15:52:55 UTC
This addition to the Graph Library API is trivial. The request is to add a resource table construct to the graph library. The resource table will allow for a central 
location for properties like font, color and paint objects. The resource table will help enforce an applications look and feel. When a property is updated in the 
resource table, all interested widgets will be notified of the change. The notification allows widgets to update when a resource property changes.
Comment 1 Trey Spiva 2008-04-30 15:59:00 UTC
Please see the attached URL for a for in depth summary of the API Change.  The URL also contains links to the source file diffs. 

Comment 2 Trey Spiva 2008-05-12 19:30:41 UTC
I am going to merge this changes into the main repository.
Comment 3 Trey Spiva 2008-06-13 14:31:47 UTC
The code has been added to the repository.
Comment 4 t_h 2009-11-24 04:13:43 UTC
already integrated