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

Is Shell.setMenuBar() what you are looking for?

"cdx11356" <jm1@xxxxxxxxxxxx> wrote in message
news:dakl8j$54f$1@xxxxxxxxxxxxxxxxxxx
> 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