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 108807 - Incomplete words if window is resized (M10)
Summary: Incomplete words if window is resized (M10)
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Designer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-03 20:38 UTC by arungupta
Modified: 2007-08-21 23:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arungupta 2007-07-03 20:38:52 UTC
If I resize NetBeans window to a small size and click on "Fit to Width" in Web service designer, then last letters of
the longer words such as "Policy Configuration" and "Reliable Messaging" are not visible. This is happening inspite of
the fact there is empty space available after the words.
Comment 1 arungupta 2007-07-03 21:16:06 UTC
See http://blogs.sun.com/arungupta/entry/netbeans_6_m10_and_web for more details.
Comment 2 bhate 2007-08-18 01:42:27 UTC
need input from david kaspar.
Comment 3 David Kaspar 2007-08-20 09:50:36 UTC
This issue is caused by Java2D font hinting. To fix it, you have to use glyph-vector for each LabelWidget.
See related issue #98762.
Comment 4 bhate 2007-08-21 23:33:06 UTC
fixed in imagelabelwidget by setting the use of glyph vector to true.