-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0_02
-
05
-
x86
-
windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2043764 | 1.4.0 | Xueming Shen | P3 | Resolved | Fixed | beta2 |
JDK-2043763 | 1.3.1_01 | Xueming Shen | P3 | Closed | Fixed | 01 |
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.
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.
- backported by
-
JDK-2043764 Monospaced font not available on Korean Windows 2000 with JRE 1.3
- Resolved
-
JDK-2043763 Monospaced font not available on Korean Windows 2000 with JRE 1.3
- Closed