// remove Loading-Message from page
RootPanel.getBodyElement().removeChild(
DOM.getElementById("Loading-Message"));
Shoutbox shoutbox = new Shoutbox();
shoutbox.setHeader("Welcome to Google App Engine for Java!");
// create greetings message
RootPanel.get().add(shoutbox);
}