Combination Navigatior and MenuBar

Hi,

I have just started with working with Vaadin and have a question on navigation.
I have tested the Navigator and it works fine to navigate from one view/page to another.
What is not clear to me at the moment is how this can be combined with a Menu Bar. I want yo use alwasy the same menubar on each page. What is the best way to implement this?

Regards

Put another layout beneath your menubar and set that as ViewDisplay for the Navigator:

https://dzone.com/articles/navigation-basics-vaadin-7

The ViewDisplay is basically the container whose children are changed by the navigator.