Lab2 Java HARD Петрушин Егор ПИбд-22 #2

Closed
Egor_Petrushin wants to merge 9 commits from Lab2 into Lab1
2 changed files with 1 additions and 3 deletions
Showing only changes of commit b162d292f2 - Show all commits

View File

@ -1,7 +1,7 @@
package SelfPropelledArtilleryUnit;
import javax.swing.*;
import SelfPropelledArtilleryUnit.DirectionType;
import SelfPropelledArtilleryUnit.DrawningObjects.DrawningSPAU;
import SelfPropelledArtilleryUnit.DrawningObjects.DrawningSPAUchild;
import SelfPropelledArtilleryUnit.MovementStrategy.AbstractStrategy;

View File

@ -1,8 +1,6 @@
package SelfPropelledArtilleryUnit;
import javax.swing.*;
import Form;
public class SelfPropelledArtilleryUnit {
public static void main(String[] args) {
SwingUtilities.invokeLater(() -> {