示例#1
0
  public void onModuleLoad() {

    GXT.setDefaultTheme(Theme.BLUE, true);

    Dispatcher dispatcher = Dispatcher.get();
    dispatcher.addController(new DesktopController());

    dispatcher.dispatch(DesktopAppEvents.Login);

    GXT.hideLoadingPanel("loading");

    /*
    if (!GXT.isChrome){
    	WebMessageBox.info("Navegador incompatível", "Utilize o Google Chrome para um melhor funcionamento do sistema. " +
    			"Caso não tenha instalado no seu computador faça o download clicando <a href='http://www.google.com/intl/pt-BR/chrome/browser/' target='_blank'>aqui</a>.");
    }
    */

  }