Community
Participate
Working Groups
shell = new MobileShell(display, SWT.CLOSE); shell.addListener(SWT.Close, new Listener() { public void handleEvent(Event event) { event.doit = false; }}); Shell is closed when clicking on the x in the right upper corner. Expected: shell stays open as on Win32.