Package org.pokenet.client.ui.frames

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


      this.add(m_login);
     
      m_register = new RegisterDialog();
      this.add(m_register);
     
      m_about = new AboutDialog();
      this.add(m_about);
     
      m_terms = new ToSDialog();
      this.add(m_terms);
     
View Full Code Here

TOP

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

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.