-
Bug
-
Resolution: Not an Issue
-
P3
-
8u211
This was tested on Windows 10 x64 machine
.
Run 2 instances of SwingSet2 application with sun.java2d.dpiaware set to true /false.
$JAVA_HOME/bin/java -jar -Dsun.java2d.dpiaware=true SwingSet2.jar &
$JAVA_HOME/bin/java -jar -Dsun.java2d.dpiaware=true SwingSet2.jar
Compare the UI rendering of both with changing the resolution set to 1920 x1280
With the flag set to false the text font is clear qith when the flag is true the font appears blurred. on the javafx.swing components as well as the filenames shown when the JFileChooser is opened up.
Also note that the native font of the dialog title and the Window title appear identical and clear and the blurring is applicable only to the swing components.
.
Run 2 instances of SwingSet2 application with sun.java2d.dpiaware set to true /false.
$JAVA_HOME/bin/java -jar -Dsun.java2d.dpiaware=true SwingSet2.jar &
$JAVA_HOME/bin/java -jar -Dsun.java2d.dpiaware=true SwingSet2.jar
Compare the UI rendering of both with changing the resolution set to 1920 x1280
With the flag set to false the text font is clear qith when the flag is true the font appears blurred. on the javafx.swing components as well as the filenames shown when the JFileChooser is opened up.
Also note that the native font of the dialog title and the Window title appear identical and clear and the blurring is applicable only to the swing components.