179180181182183184185186187
} public static Launcher getLauncherInstance() { if(launcher == null) { launcher = new Launcher(); } return launcher; }