HorizontalPanel and VerticalPanel distribute their cells equally if you 
don't specify anything. E.g. a VerticalPanel with two children will result 
in two 50% height cells. That's how HTML tables work in general if you do 
not specify sizes.

To define the width/height of a cell use <g:cell height=...><g:Label 
/></g:cell>. 

The JavaDoc of CellPanel describes it.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to