1011121314151617181920
*/ public class RaverConnection implements EntryPoint { public void onModuleLoad() { LoginPanel loginPanel = new LoginPanel(); CreateUserPanel createUserPanel = new CreateUserPanel(); RootPanel.get("content").add(loginPanel); }