I’m trying to make such a layout using GWT. It is really annoying me, because it doesn’t look how i want to. There is always something overlapping, hidden, to large or just on a wrong position.
I simply want to make this layout:

I’m working on this for a couple hours with no result 🙁
The layout should fill the whole browser, but without a scrollbar!
The header should contain an image and an label
The Menu is the Menu object from gwt and the content is changing, depending on which listitem was clicked
Help pls ….
I’ve just tested the following solution and it looks and works exactly as you described. I used uiBinder, but it is not mandatory to use it. the ui xml code is:
And the java file code is:
I hope I’ve helped.