parent
3c10778324
commit
824120492d
@ -2,7 +2,7 @@ import java.awt.*;
|
|||||||
|
|
||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
FormStormtrooper form = new FormStormtrooper("Бoмбардировщик", new Dimension(800,800));
|
FormStormtrooper form = new FormStormtrooper("Бомбардировщик", new Dimension(800,800));
|
||||||
form.Init();
|
form.Init();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user