I'm just wondering what the default layout is of the Google Web Toolkit's RootPanel?
It looks like a HorizontalPanel, but I'm thinking that it might actually be a FlowPanel. I think FlowPanel was the default in awt
Java applications?
Any insights?
-Cameron McKenzie
/**
* The panel to which all other widgets must ultimately be added. RootPanels are
* never created directly. Rather, they are accessed via {@link RootPanel#get()}
*/
public class RootPanel extends AbsolutePanel {
JavaDoc for GWT RootPanel