First off, I would recommend installing Firefox + Firebug; firebug
lets you inspect the layout of elements, and will give you a good idea
of how the browser is placing things.  It is really cool; if you click
the "Inspect" button, you can hover over your page and see what
elements are where, and click on one to find it in the DOM.

Next, the HorizontalPanel, by default, is only as wide as it needs to
be.
You can try calling hp.setWidth("100%").  The HorizontalPanel also has
an alignment parameter, so you can align left, right, or center.

Jamie.
-----------------------
Search for analog and digital television broadcast antennas in your
area:
http://www.antennamap.com/

--~--~---------~--~----~------------~-------~--~----~
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-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to