Mochalov D.V. Hard LabWork03 #3

Merged
eegov merged 13 commits from LabWork03 into LabWork02 2022-10-28 09:29:48 +04:00
Showing only changes of commit fdd140a179 - Show all commits

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();
}