Package client.gui.dialogs

Examples of client.gui.dialogs.ConnexionDialog


   
    /*
     * Affichage du dialogue de connexion au demarrage de
     * l'appli
     */
    this.cx = new ConnexionDialog(this, true);
    this.cx.setVisible(true);
  }
View Full Code Here

TOP

Related Classes of client.gui.dialogs.ConnexionDialog

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.