What Ray said. Mostly. The table-based HorizontalPanel is practically impossible to reproduce in CSS. You can use all kinds of inline-block hackery (since its cross-browser support is poor), but even that breaks down under various circumstances.
VerticalPanel, on the other hand, is less useful (I find, anyway). You can almost always just stack up block-level elements in a div (in other words, just shove most any widget in a FlowPanel) and get the effect of a VerticalPanel without all the table stuff. On Thu, Dec 3, 2009 at 5:23 PM, Ray Ryan <[email protected]> wrote: > VerticalPanel and HorizontalPanel are not dead yet, for exactly this > reason. But they're still table based. > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
