You can build any layout in GWT that you can build with plain HTML and CSS, 
i.e. any layout you like. I build very complex UIs in GWT, and I very rarely 
use resize handlers or getOffsetWidth()/getOffsetHeight() methods, because:

(a) I use a layout panel for page structure, an it resizes by itself as the 
browser window resizes;

(b) I use fluid HTML/CSS layouts for inside content, relying on the browser to 
reflow the content as the page size or the content size changes.

There are many good resources on building fluid layouts in HTML/CSS, and all of 
the suggested techniques can and should be used when using GWT.

Maybe if you can give a specific example of a problem you face, we can suggest 
a solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/m-nTWYoCrY8J.
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.

Reply via email to