Package client.gui.panels

Examples of client.gui.panels.GrillePanel


   * Créer et renvoie le panel principal de l'inteface du projet.
   * @return Le panel principal contenant la grille de jeu.
   */
  private GrillePanel getDefaultView() {
    /* Creation d'un panel grille de jeu */
    GrillePanel defaultView = new GrillePanel(this, this.DIMENSION);
    return defaultView;
  }
View Full Code Here

TOP

Related Classes of client.gui.panels.GrillePanel

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.