--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Normally you would also wrap the main area in a ScrollPanel for situations when content does not fit into the visible area of the browser window.
Personally, I almost never use Vertical or Horizontal panels, because you can easily achieve the same layouts with CSS while keeping them more flexible.
I suggest that you do some additional reading on "using CSS for fluid page layouts": you can use all of suggested techniques in GWT.