This commit is contained in:
GokaPek 2023-11-22 11:37:07 +04:00
parent fae4bc9884
commit b162d292f2
2 changed files with 1 additions and 3 deletions

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(() -> {