Community
Participate
Working Groups
shell = new MobileShell(new Display(), SWT.NO_TRIM); shell.setFullScreenMode(false, false); There is still a x in the upper right corner on WM6. Note that with shell = new MobileShell(new Display(), SWT.NO_TRIM); shell.setFullScreenMode(true, false); there is no automatically added close command while with shell = new MobileShell(new Display(), SWT.CLOSE); shell.setFullScreenMode(true, false); there is an automatically added close command.