файлы лабораторной

This commit is contained in:
Ivan_Starostin 2023-12-22 20:03:58 +04:00
parent d52af36e71
commit 62c4d6185f

7
src/Main.java Normal file
View File

@ -0,0 +1,7 @@
import frames.FrameLainer;
import java.io.IOException;
public class Main {
public static void main(String[] args) throws IOException { new FrameLainer(); }
}