Community
Participate
Working Groups
Display display = PlatformUI.createDisplay();
try {
Shell shell = new Shell(display);
Shell shell = new Shell(display, SWT.ON_TOP);
if (!checkJavaRuntimeVersion(shell)) {
Platform.endSplash();