Package org.pokenet.client.ui

Examples of org.pokenet.client.ui.BattleCanvas


   * Default constructor
   */
  public BattleTimeLine() {
    m_translator = Translator.translate("_BATTLE");
    try {
      m_canvas = new BattleCanvas();
    } catch (Exception e) {
      e.printStackTrace();
    }
    m_narrator = new BattleSpeechFrame();
  }
View Full Code Here

TOP

Related Classes of org.pokenet.client.ui.BattleCanvas

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.