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

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

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