Package

Source Code of MainTest

import fr.enst.inf103.ui.MazeWindow;
import labyrinthe.MazeController;

public class MainTest {

  public static void main(String[] args) {
   
    MazeController mazeController = new MazeController();
   
    MazeWindow mazeWindow = new MazeWindow("Labyrinthe 3000 par Marc B. et R�mi S.", mazeController) ;
   
  }

}
TOP

Related Classes of MainTest

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.