Package pu.web.client.gui

Examples of pu.web.client.gui.GUIManager


  }
 
  static PU_Login login;
  public static void resourcesLoaded()
  {
    PUWeb.mGui = new GUIManager(0, 0, PU_Engine.SCREEN_WIDTH, PU_Engine.SCREEN_HEIGHT, mResources.getFont(Fonts.FONT_ARIALBLK_BOLD_14));
    PUWeb.mEvents = new PU_Events(Document.get().getElementById("gwtGL"), PUWeb.mGui);
   
    mGame.initPanels();
   
    mGame.setState(PU_Game.GAMESTATE_LOGIN);
View Full Code Here

TOP

Related Classes of pu.web.client.gui.GUIManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.