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 103456

Summary: API: Missing a getter method for acquiring of SwingBorder from border
Product: platform Reporter: David Kaspar <dkaspar>
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: DEFECT Exception Reporter:
Attachments: Draft of a patch file
Final patch
Final Patch with test

Description David Kaspar 2007-05-07 21:14:49 UTC
There is no method for obtaining a javax.swing.border.Border instance from a
widget-border created by BorderFactory.createSwingBorder or
Widget.setBorder(javax.swing.border.Border) methods.
Comment 1 David Kaspar 2007-05-07 21:16:03 UTC
Created attachment 42205 [details]
Draft of a patch file
Comment 2 David Kaspar 2007-05-07 21:19:00 UTC
The patch is just a draft of source code changes - it does not include test,
versioning.
Comment 3 David Kaspar 2007-07-18 13:33:18 UTC
Created attachment 45309 [details]
Final patch
Comment 4 David Kaspar 2007-07-18 13:35:30 UTC
The final patch atteched - contains api-change, spec-version inc, javadoc, test.
Comment 5 Jaroslav Tulach 2007-07-20 09:10:01 UTC
Y01 Write a test.
Comment 6 David Kaspar 2007-07-20 11:02:04 UTC
Created attachment 45428 [details]
Final Patch with test
Comment 7 David Kaspar 2007-07-20 11:03:27 UTC
Y01 Done. I forgot to do "cvs diff" with "-N" option.
Comment 8 David Kaspar 2007-08-01 08:38:07 UTC
Patch committed