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.
1 parent 38f868a commit dba808cCopy full SHA for dba808c
app/src/processing/app/Base.java
@@ -57,7 +57,7 @@
57
public class Base {
58
59
static private boolean commandLine;
60
- public static SplashScreenHelper splashScreenHelper;
+ public static SplashScreenHelper splashScreenHelper = new SplashScreenHelper(SplashScreen.getSplashScreen());
61
62
// A single instance of the preferences window
63
Preferences preferencesFrame;
@@ -89,8 +89,6 @@ static public void main(String args[]) throws Exception {
89
System.setProperty("awt.useSystemAAFontSettings", "on");
90
System.setProperty("swing.aatext", "true");
91
92
- splashScreenHelper = new SplashScreenHelper(SplashScreen.getSplashScreen());
93
-
94
BaseNoGui.initLogger();
95
96
BaseNoGui.notifier = new GUIUserNotifier();
0 commit comments