649650651652653654655656657
IProduct product = Platform.getProduct(); if (product != null) splash = SplashHandlerFactory.findSplashHandlerFor(product); if (splash == null) splash = new EclipseSplashHandler(); } return splash; }