Package org.pokenet.client.ui.frames

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


      getDisplay().remove(m_optionsForm);
      hideHUDElements();
    } else {
      hideHUDElements();
      m_isOption = true;
      m_optionsForm = new OptionsDialog();
      m_optionsForm.setWidth(UI_WIDTH);
      m_optionsForm.setLocation(m_buttons[6].getX(), 67 - getTitleBar().getHeight());
      m_optionsForm.setDraggable(false);
      getDisplay().add(m_optionsForm);
    }
View Full Code Here

TOP

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

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.