Skip to content

Commit 0a7154c

Browse files
committed
Merge pull request #26 from ohumbel/newerjdk8
reflects the new package of javafx Utils
2 parents aafc298 + 5d37c11 commit 0a7154c

File tree

1 file changed

+1
-1
lines changed
  • javafx/money-fxdemo/src/main/java/org/javamoney/examples/fxdemo/widgets

1 file changed

+1
-1
lines changed

javafx/money-fxdemo/src/main/java/org/javamoney/examples/fxdemo/widgets/SamplePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private void loadCode() {
112112
html.append('\n');
113113
html.append(" .syntaxhighlighter {\n");
114114
html.append(" overflow: visible;\n");
115-
if (com.sun.javafx.Utils.isMac()) {
115+
if (com.sun.javafx.PlatformUtil.isMac()) {
116116
html.append(" font: 12px Ayuthaya !important; line-height: 150% !important; \n");
117117
html.append(" }\n");
118118
html.append(" code { font: 12px Ayuthaya !important; line-height: 150% !important; } \n");

0 commit comments

Comments
 (0)