[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: how to hide the menu bar of a shell?

Thank you!

Shell.setMenuBar(null) works.

Matthew Hall wrote:
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