()
| 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 |
no test coverage detected