diff --git a/core/src/processing/javafx/PSurfaceFX.java b/core/src/processing/javafx/PSurfaceFX.java index 1b1843955..e9f8243d7 100644 --- a/core/src/processing/javafx/PSurfaceFX.java +++ b/core/src/processing/javafx/PSurfaceFX.java @@ -272,7 +272,7 @@ public class PSurfaceFX implements PSurface { displayDevice = devices[displayNum - 1]; } else { System.err.format("Display %d does not exist, " + - "using the default display instead.%n", displayNum); + "using the default display instead.%n", displayNum); for (int i = 0; i < devices.length; i++) { System.err.format("Display %d is %s%n", (i+1), devices[i]); }