Package org.pokenet.client.backend

Examples of org.pokenet.client.backend.BattleManager


    this.setBackground(new Color(0, 0, 0, 75));
    this.setResizable(false);
    this.setDraggable(false);
   
   
    m_battleManager = new BattleManager();
   
    m_display = display;
   
    m_chat = new ChatDialog();
    m_requestsForm = new RequestDialog();
View Full Code Here

TOP

Related Classes of org.pokenet.client.backend.BattleManager

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.