Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4459980

Monospaced font not available on Korean Windows 2000 with JRE 1.3

XMLWordPrintable

    • 05
    • x86
    • windows_2000

        The Java Run Time uses a proporational font in a place where a mono spaced font has been requested.

        The customer is already live with the application and it renders
        the application useless.
        Texts don't fit anymore in the text fileds. Alignment of numbers does not work.
        The example produces the problem on a Korean Windows 2000.

        The sample is the following:
        Use the main class of Application1.
        The lowe JLabel and the JTextField get a font through the method
        setFont(new java.awt.Font("Monospaced",0,12));
        This command will not become effective.
        The application will use the same font as the upper JLabel and the upper JTextField (setFont(new java.awt.Font("Dialog", 0, 12))

        It is likely taht something is wrong with font.properties.ko.

              sherman Xueming Shen
              stschnei Stefan Schneider (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: