Package org.pokenet.client.ui.frames

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


      if (m_stats != null) {
      getDisplay().remove(m_stats);
      hideHUDElements();
    } else {
      hideHUDElements();  
          m_stats = new PlayerInfoDialog();
          m_stats.setBackground(new Color(0, 0, 0, 70));
        m_stats.setResizable(false);
        m_stats.setDraggable(false);
        m_stats.getTitleBar().setVisible(false);
        m_stats.setLocation(m_buttons[0].getX(), 67 - getTitleBar().getHeight() * 2);
 
View Full Code Here

TOP

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

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.