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 22117 - I18N-Font names are not displayed correctly in the Property Editor
Summary: I18N-Font names are not displayed correctly in the Property Editor
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: akemr
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-04-04 23:15 UTC by gautham mudra
Modified: 2008-12-23 11:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Font Name not displayed (13.02 KB, image/gif)
2002-04-04 23:19 UTC, gautham mudra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gautham mudra 2002-04-04 23:15:37 UTC
The Font names are not displayed correctly.One of
the Font names seems to be missing in  the list of
Fonts.
Steps to reproduce
1.File->New->GUI Forms->JFrame
2.Add a component like JButton the 	  Frame.
3.select the JButton on the right      side of the
Form Editor and from     the contextual menu
choose           Properties.
4.click on Fonts and go to the end     of the font
list. 

Build:020401 trunk build
version :FFJ4.0

I am attaching a snapshot.
Comment 1 gautham mudra 2002-04-04 23:19:04 UTC
Created attachment 5301 [details]
Font Name not displayed
Comment 2 akemr 2002-04-05 09:35:59 UTC
Probably JDK bug? Property editor only retrieves font name list this way:

String[] fonts =
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment
().getAvailableFontFamilyNames();

and then display them in JList.

Please file a bug against JDK instead.
Thanks.
Comment 3 Jesse Glick 2002-12-23 16:48:08 UTC
Consistent use of the I18N keyword.
Comment 4 Quality Engineering 2003-07-01 16:02:42 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 5 Quality Engineering 2003-07-01 16:23:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.