-
Bug
-
Resolution: Fixed
-
P2
-
8u102
-
b03
-
b01
-
x86_64
-
windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163695 | 8u121 | Alexandr Scherbatiy | P2 | Resolved | Fixed | b01 |
JDK-8159652 | 8u111 | Alexandr Scherbatiy | P2 | Resolved | Fixed | b01 |
JDK-8158716 | 8u102 | Alexandr Scherbatiy | P2 | Closed | Fixed | b11 |
JDK-8167821 | emb-8u121 | Alexandr Scherbatiy | P2 | Resolved | Fixed | b01 |
JDK-8162250 | emb-8u111 | Alexandr Scherbatiy | P2 | Resolved | Fixed | b01 |
java version "1.8.0_102-ea"
Java(TM) SE Runtime Environment (build 1.8.0_102-ea-b04)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b04, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Versión 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
I have personalized window font size to 125%. In Java7 and other versions prior to Java8u102 , my Java application shows font resized in this percent, so this is Ok. But with Java8u102, the same application show small font size, like 100% without taking into account my windows settings.
REGRESSION. Last worked in version 8u92
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Simply type and run the following program:
import javax.swing.JOptionPane;
import javax.swing.UIManager;
import junit.framework.TestCase;
public class TestFonts extends TestCase {
public void testFont() throws Exception {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
JOptionPane.showMessageDialog(null, "Testing " + UIManager.getSystemLookAndFeelClassName() + "...");
}
}
Yo will get different results from Java7 for example and Java8u102
REPRODUCIBILITY :
This bug can be reproduced always.
CUSTOMER SUBMITTED WORKAROUND :
I don't know so far.
- backported by
-
JDK-8159652 Personalized Windows Font Size is not taken into account in Java8u102
- Resolved
-
JDK-8162250 Personalized Windows Font Size is not taken into account in Java8u102
- Resolved
-
JDK-8163695 Personalized Windows Font Size is not taken into account in Java8u102
- Resolved
-
JDK-8167821 Personalized Windows Font Size is not taken into account in Java8u102
- Resolved
-
JDK-8158716 Personalized Windows Font Size is not taken into account in Java8u102
- Closed
- relates to
-
JDK-8149453 [hidpi] JFileChooser does not scale properly on Windows with HiDPI display and Windows L&F
- Resolved