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