[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] SWT replace a Shell menu

I am trying to replace the entire menu of a Shell but it does not seem to actually replace the existing menu. Is there something else that needs to be done besides

Menu lMenu = new Menu(sShell(), SWT.BAR);

cdx