I want to desgin a web-site using GWT. Which will contain Header, Footer, Left Navigation and Central Navigationa and Right Navigation. I have tried many ways using DocLayout, Simplepanel and other things but couldn’t accomplish what I want. I am looking for following things.
- ApplicationDefaultLayout which have fixed header and footer.
- Central area (leftnavigation,rightnavigation and mainarea) which can be changed on clicking the button in header.
Could you guys give me some idea so that I can accomplish it. I also wants every panel to be resizeable.
Try SplitLayoutPanel .
I already using it in a project, and it works great 😉