/** Launches the desktop (LWJGL3) application. */ public class Lwjgl3Launcher { // ... private static Lwjgl3Application createApplication() { return new Lwjgl3Application(new Main(null), getDefaultConfiguration()); } //...