Требуется удаление комментариев, а также FormMap

This commit is contained in:
Данила Мочалов 2022-10-22 16:18:22 +04:00
parent 4364071332
commit fdd140a179

View File

@ -103,7 +103,6 @@ public class FormLocomotive extends JComponent{
if (_locomotive != null) _locomotive.DrawTransport(g2);
super.repaint();
}
public static void main(String[] args) {
new FormMapWithSetLocomotives();
}