This has to be a pretty basic question but I cannot for the life of me find anything via Google or this site about how to do this and it's really frustrating because I've gone through the GWT tutorial.
I'm trying to convert a javascript project I have to GWT. Right now I am trying to convert "" to something GWT equivalent. I've looked at RootPanel and I can't see anything.
Obviously I'm missing something fundamental in GWT ?!
EntryPoint.onModuleLoad? it's not equivalent tobody.onload, but there's no equivalent in GWT actually (onModuleLoadwill be called betweenDOMContentLoadand soon afterbody.onloaddepending on the capabilities of the browser). – Thomas Broyer Apr 8 '11 at 23:29