This commit is contained in:
GokaPek 2023-11-22 11:36:32 +04:00
parent 5a616bf909
commit fae4bc9884
2 changed files with 4 additions and 1 deletions

View File

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