Examples of FriendListDialog


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

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

    m_friendsList = new FriendListDialog();
    m_friendsList.setVisible(false);
    m_display.add(m_friendsList);
   
    m_map = new TownMap();
    m_map.setAlwaysOnTop(true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.