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 91041

Summary: LabelWidget does not support "..." when a label is bigger then the widget size
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Kaspar 2006-12-13 21:12:49 UTC
LabelWidget does not support "..." when a label is bigger then the widget size.

For now it is not implemented because of remaining problem with font rendering
hinting - this cause that label boundary does not scale linearly with the
zoom-factor.

The LabelWidget has to have an ability to disable the hinting and using
GlyphVector for rendering, then the scaling will be correct and the "..."
feature could be implemented.