Community
Participate
Working Groups
In SWT there is a method Display#getSystemMenu (). It "returns the single instance of the system-provided menu for the application. On platforms where no menu is provided for the application this method returns null." It should be safe for RWT to just return null.
Added Display#getSystemMenu that always returns null. Changes are in CVS HEAD.