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

Summary: I18N : garbled characters on exception report dialog
Product: ide Reporter: Masaki Katakai <masaki>
Component: Exceptions ReporterAssignee: Jindrich Sedek <jsedek>
Status: RESOLVED FIXED    
Severity: blocker CC: g11n
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot for Japanese

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