7576777879808182
SplashWindow.disposeSplash(); } CheckForUpdate.showAlertIfAvailable(); } catch ( Throwable t ) { (new ExceptionDialog()).handle( t ); } }
6869707172737475
} SplashWindow.disposeSplash(); CheckForUpdate.showAlertIfAvailable(); } catch (Throwable t) { (new ExceptionDialog()).handle(t); } }
4950515253545556
ForkDaemon.start(); Application.main(args); SplashWindow.disposeSplash(); } catch (Throwable t) { (new ExceptionDialog()).handle(t); } }