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 85349 - To have possibility set relativ font at TitledBorder property
Summary: To have possibility set relativ font at TitledBorder property
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 15:31 UTC by Jana Maleckova
Modified: 2008-04-29 15:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2006-09-20 15:31:09 UTC
6.0 and updates for 5.0 and 5.5 allow user to use feature "derive font from
default font". But this possibility is missing in property TitledBorder where
you are working with font too.
Comment 1 Jan Stola 2006-09-20 15:39:32 UTC
The implementation of relative font for TitledBorder was skipped/postponed on 
the purpose, not by accident (e.g. this issue is enhancement, not defect) 
because it is more difficult and uglier. But I agree that we may try to 
implement it for some future release.
Comment 2 Tomas Pavek 2007-11-02 17:25:58 UTC
See TitledBorder.getFont(Component c) how the default font can be determined. Quite complicated...