Lab2 Java HARD Петрушин Егор ПИбд-22 #2
@ -1,6 +1,7 @@
|
||||
package SelfPropelledArtilleryUnit;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
import SelfPropelledArtilleryUnit.DirectionType;
|
||||
import SelfPropelledArtilleryUnit.DrawningObjects.DrawningSPAU;
|
||||
import SelfPropelledArtilleryUnit.DrawningObjects.DrawningSPAUchild;
|
||||
import SelfPropelledArtilleryUnit.MovementStrategy.AbstractStrategy;
|
@ -1,6 +1,8 @@
|
||||
package SelfPropelledArtilleryUnit;
|
||||
import javax.swing.*;
|
||||
|
||||
import Form;
|
||||
|
||||
public class SelfPropelledArtilleryUnit {
|
||||
public static void main(String[] args) {
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
|
Loading…
Reference in New Issue
Block a user