Package IHM

Examples of IHM.Popup


                changeTurn();
            }
          }
          if (someoneWin() == J1) { // J1 won
            endTheGame();
            new Popup("Joueur 1 a gagn� !!!");
          } else if (someoneWin() == J2) { // J2 won
            endTheGame();
            new Popup("Joueur 2 a gagn� !!!");
          }
          return validAction;
        } else { // No more token, change turn
          changeTurn();
          return false;
View Full Code Here

TOP

Related Classes of IHM.Popup

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.