17181920212223242526
Shell shell = new Shell(display); centerShell(shell); if(updateList == null) { new WelcomeCheckForUpdate(shell).open(); } else { new UpdateInformation(shell, updateList).open(); } }