MenuBar

Have jReality programming problems or questions? Post them here.
Post Reply
Sebos2013
Posts: 6
Joined: Tue 9. Mar 2010, 11:03

MenuBar

Post by Sebos2013 » Tue 9. Mar 2010, 22:17

When I use
Viewer view = JRViewer.display(worldSGC);
My scene is visible with a default MenuBar that I can remove with Ctrl+Maj+M

Is there a way to hide this bar automaticaly at startup without Ctrl+Maj+M ?

paul peters
Posts: 17
Joined: Thu 6. Mar 2008, 15:18
Location: TU Berlin, Germany
Contact:

Re: MenuBar

Post by paul peters » Fri 12. Mar 2010, 23:56

Try this

Code: Select all

JRViewer.getLastJRViewer().setShowMenuBar(false);
Paul Peters

Post Reply