Package pdp.scrabble.ihm

Examples of pdp.scrabble.ihm.MainFrame


   
    while(lang==null); //wait
    gameEnv = new GameGEnvImpl(null, 0, lang, null);
    //choose your play mode
   
    mf = new MainFrame(lang, gameEnv);
   
    GameEngine eng = ChooseModeDialog.mode(gameEnv, mf);
    gameEnv.setEngine(eng);
    gameEnv.setMainFrame(mf);
    mf.initialize();
View Full Code Here

TOP

Related Classes of pdp.scrabble.ihm.MainFrame

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.