Package client.gui.misc

Examples of client.gui.misc.ClientJButton.addActionListener()


         * lui ajouter un listener
         * l'ajouter sur la grille
         * l'ajouter dans la matrice de boutons, pour avoir les coordonnees.
         */
        ClientJButton unBouton = new ClientJButton(ImagesMap.get(ImagesMap.EMPTY));
        unBouton.addActionListener(this);
        unBouton.setBloque(false);
        this.add(unBouton);
        this.grille[i-1][j-1] = unBouton;
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.