Package org.pokenet.client.ui.frames

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


      if (m_helpForm != null) {
      getDisplay().remove(m_helpForm);
      hideHUDElements();
    } else {
      hideHUDElements();
      m_helpForm = new HelpWindow();
      m_helpForm.setWidth(UI_WIDTH);
      m_helpForm.setHeight(300);
      m_helpForm.setLocation(m_buttons[7].getX(), 67 - getTitleBar().getHeight());
      getDisplay().add(m_helpForm);
    }
View Full Code Here

TOP

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

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.