We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aafc298 + 5d37c11 commit 0a7154cCopy full SHA for 0a7154c
javafx/money-fxdemo/src/main/java/org/javamoney/examples/fxdemo/widgets/SamplePage.java
@@ -112,7 +112,7 @@ private void loadCode() {
112
html.append('\n');
113
html.append(" .syntaxhighlighter {\n");
114
html.append(" overflow: visible;\n");
115
- if (com.sun.javafx.Utils.isMac()) {
+ if (com.sun.javafx.PlatformUtil.isMac()) {
116
html.append(" font: 12px Ayuthaya !important; line-height: 150% !important; \n");
117
html.append(" }\n");
118
html.append(" code { font: 12px Ayuthaya !important; line-height: 150% !important; } \n");
0 commit comments