Borschevskaya A.A. Lab Work 2 Hard #2

Merged
eegov merged 16 commits from lab2 into lab1 2022-11-07 10:48:13 +04:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 3db14138cd - Show all commits

View File

@ -110,15 +110,13 @@ public class FormMap extends JFrame {
case "Простая карта":
abstractMap = new SimpleMap();
break;
case "Карта 1":
abstractMap = new MyMapWooden();
break;
case "Карта 2":
//abstractMap = new MyMapWooden();
abstractMap = new MyMapLabyrinth();
break;
}
//setData();
}
});
}

View File

@ -1,6 +1,5 @@
public class Program {
public static void main(String[] args) {
//new FormArmoredCar();
new FormMap();
}
}