Package org.pokenet.client.ui.frames

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


    m_battleManager = new BattleManager();
   
    m_display = display;
   
    m_chat = new ChatDialog();
    m_requestsForm = new RequestDialog();

    m_friendsList = new FriendListDialog();
    m_friendsList.setVisible(false);
    m_display.add(m_friendsList);
   
View Full Code Here

TOP

Related Classes of org.pokenet.client.ui.frames.RequestDialog

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.