Looks like the only difference would be that he ends up setting the body element, which is retrieved with get(), to 800 x 600. Other than the extra work of moving VLayout from the body element to the "main" element.
On Oct 23, 12:29 pm, Thomas Broyer <[email protected]> wrote: > How is that different from RootPanel.get("main").add(getVLayout()) ? (or > maybe RootPanel.get("main").add(getVLayout(), 156, 52), I never use absolute > positionning so I don't know how it works when you move your VLayout from > RootPanel.get() to RootPanel.get("main")) > > Did I miss anything? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
