Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 55020
Collapse All | Expand All

(-)IDEApplication.java (-1 / +1 lines)
Lines 66-72 Link Here
66
		Display display = PlatformUI.createDisplay();
66
		Display display = PlatformUI.createDisplay();
67
67
68
		try {
68
		try {
69
			Shell shell = new Shell(display);
69
			Shell shell = new Shell(display, SWT.ON_TOP);
70
70
71
			if (!checkJavaRuntimeVersion(shell)) {
71
			if (!checkJavaRuntimeVersion(shell)) {
72
				Platform.endSplash();
72
				Platform.endSplash();

Return to bug 55020