Package org.pokenet.client.ui.frames

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


      this.add(m_bg);
     
      /*
       * Create the server selector container
       */
      m_select = new ServerDialog();
      this.add(m_select);
      /*
       * Create the language selector container
       */
      m_lang = new LanguageDialog();
View Full Code Here

TOP

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

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.