use DockLayoutPanel, and use your other panels within regions of DockLayoutPanel.
DockLayoutPanel, can have multiple north region, multiple west, multiple east, you can have DockLayoutPanels within DockLayoutPanels. avoid using Vertical/Horizontal Panel, in favor of DockLayoutPanel/ FlowPanel/SimplePanel. Vertical/Horizontal panels uses HTMl "table" underneath, wich many CSS designers hate. those other panels I mentioned, produce simple "divs" an example of how to use DockLayoutPanel in the fashion I described can be found in GWT Mail Example: http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/mail/src/com/google/gwt/sample/mail/client/Mail.ui.xml?r=9471 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
