Lab1 WarmlyShip hard Barsukov #1

Closed
frog24 wants to merge 3 commits from Lab1 into main
6 changed files with 8 additions and 0 deletions
Showing only changes of commit eb538c1a1b - Show all commits

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

BIN
images/ArrowDown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/ArrowLeft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/ArrowRight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
images/ArrowUp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

5
scr/Main.java Normal file
View File

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