| [news.eclipse.platform.swt] Re: how to hide the menu bar of a shell? |
Thank you!
Shell.setMenuBar(null) works.
Pan Daoen wrote:Hello,
is there a way to hide the menu bar of a shell on Windows?
The class Menu has a method setVisible(visible), but it doesn't work on Menus with SWT.BAR.
Thanks in Advance! gr8vyguy
Shell.setMenuBar(null)?
Matthew