* "🚀 Loading …" confirmed to render ok on Windows/Linux as well

This commit is contained in:
Reinhard Pointner 2015-06-06 05:43:09 +00:00
parent c041e851d6
commit 6e03eaa5c9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class GettingStartedStage {
}
});
stage.setTitle(isMacApp() ? "🚀 Loading …" : "Loading ...");
stage.setTitle("🚀 Loading …");
stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK));
// force black background while page is loading