To reproduce, run the attached test program on a Windows system with a fractional HiDPI scale (e.g., 1.25) as follows:
1. Run the program: "java SimpleSwingNodeTest"
2. Maximize and then restore the window using the window decoration controls (to avoid JDK-8298796)
BUG: The text in the Swing JLabel and JButton will be blurry. See SwingNode-Windows-final.png.
This is not a regression.
1. Run the program: "java SimpleSwingNodeTest"
2. Maximize and then restore the window using the window decoration controls (to avoid JDK-8298796)
BUG: The text in the Swing JLabel and JButton will be blurry. See SwingNode-Windows-final.png.
This is not a regression.
- duplicates
-
JDK-8252255 Blurry rendering of SwingNode with HiDPI scaling in JavaFX
- Resolved
- relates to
-
JDK-8298796 JavaFX SwingNode does not always render initially on Windows
- Open