Init project

This commit is contained in:
Ctepa 2024-04-07 10:23:46 +03:00
parent 0d1203c861
commit f50eae2f0f
3 changed files with 20 additions and 0 deletions

13
AntiAirCraftGun.form Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="AntiAirCraftGun">
<grid id="27dc6" row-count="1" column-count="1" layout-manager="GridLayoutManager">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="500" height="400"/>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children/>
</grid>
</form>

2
AntiAirCraftGun.java Normal file
View File

@ -0,0 +1,2 @@
public class AntiAirCraftGun {
}

5
Main.java Normal file
View File

@ -0,0 +1,5 @@
public class Main {
public static void main(String[] args){
}
}