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 166824 - I18N : garbled characters on exception report dialog
Summary: I18N : garbled characters on exception report dialog
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-06-10 02:21 UTC by Masaki Katakai
Modified: 2009-06-11 08:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot for Japanese (25.08 KB, image/png)
2009-06-10 02:23 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-06-10 02:21:36 UTC
It looks "DejaVu Serif" font name is hardcoded for exception report dialog.
It causes garbled characters in some environments. Please don't specify
any particular physical font.

uihandler/src/org/netbeans/modules/exceptions/ReportPanel.form:

        <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
          <Font name="DejaVu Serif" size="14" style="1"/>
        </Property>

uihandler/src/org/netbeans/modules/exceptions/ReportPanel.java:

        jLabel4.setFont(new java.awt.Font("DejaVu Serif", 1, 14));
Comment 1 Masaki Katakai 2009-06-10 02:23:34 UTC
Created attachment 83373 [details]
screenshot for Japanese
Comment 2 Jindrich Sedek 2009-06-10 13:26:08 UTC
fixed.
3f9dbc24a9c9

Comment 3 Quality Engineering 2009-06-11 08:41:20 UTC
Integrated into 'main-golden', will be available in build *200906110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f9dbc24a9c9
User: Jindrich Sedek <jsedek@netbeans.org>
Log: issue #166824 - I18N : garbled characters on exception report dialog