MCPcopy Create free account
hub / github.com/Card-Forge/forge / closeSplash

Method closeSplash

forge-gui-mobile-dev/src/forge/app/Main.java:32–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 new GameLauncher(versionString, args);
31 }
32 public static void closeSplash() {
33 try {
34 Optional.ofNullable(SplashScreen.getSplashScreen()).ifPresent(SplashScreen::close);
35 } catch (Exception e) {
36 e.printStackTrace();
37 }
38 }
39 public static class DesktopAdapter implements IDeviceAdapter {
40 private final String switchOrientationFile;
41

Callers 2

mainMethod · 0.95
closeSplashScreenMethod · 0.80

Calls 1

getSplashScreenMethod · 0.80

Tested by

no test coverage detected