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 - API: Missing a getter method for acquiring of SwingBorder from border
Summary: API: Missing a getter method for acquiring of SwingBorder from border
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-05-07 21:14 UTC by David Kaspar
Modified: 2007-08-01 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Draft of a patch file (1.96 KB, patch)
2007-05-07 21:16 UTC, David Kaspar
Details | Diff
Final patch (3.67 KB, patch)
2007-07-18 13:33 UTC, David Kaspar
Details | Diff
Final Patch with test (5.75 KB, patch)
2007-07-20 11:02 UTC, David Kaspar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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