You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.err.println("Warning: the fonts \"" + realName + "\" and \"" + fallbackName + "\" are not available for the Java logical font \"" + logicalName + "\", which may have unexpected appearance or behavior. Re-enable the \""+ realName +"\" font to remove this warning.");
252
+
if (FontUtilities.debugFonts()) {
253
+
FontUtilities.getLogger().severe(
254
+
"The fonts \"" + realName + "\" and \"" + fallbackName +
255
+
"\" are not available for the Java logical font \"" + logicalName +
256
+
"\", which may have unexpected appearance or behavior. Re-enable the \""+
System.err.println("Warning: the font \"" + realName + "\" is not available, so \"" + fallbackName + "\" has been substituted, but may have unexpected appearance or behavor. Re-enable the \""+ realName +"\" font to remove this warning.");
268
+
if (FontUtilities.debugFonts()) {
269
+
FontUtilities.getLogger().warning(
270
+
"The font \"" + realName + "\" is not available, so \"" + fallbackName +
271
+
"\" has been substituted, but may have unexpected appearance or behavor. Re-enable the \"" +
0 commit comments