rewrite comment, add link

This commit is contained in:
Ben Fry
2021-06-21 07:15:45 -04:00
parent b489c11536
commit 60d148ba73

View File

@@ -357,8 +357,9 @@ public class Runner implements MessageConsumer {
//params.append("-Dcom.apple.mrj.application.apple.menu.about.name=" +
// build.getSketchClassName());
} else if (Platform.isWindows()) {
// No scaling of swing (see #5753) on zoomed displays until some issues regarding JEP 263
// with rendering artifacts are sorted out.
// No scaling of Swing on zoomed displays until some issues
// regarding JEP 263 with rendering artifacts are sorted out.
// https://github.com/processing/processing/issues/5753
params.append("-Dsun.java2d.uiScale=1");
}