Package org.pokenet.client.ui.frames

Examples of org.pokenet.client.ui.frames.BattleSpeechFrame


    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.frames.BattleSpeechFrame

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.