Upload files to "/"

This commit is contained in:
Vengkry OENG 2024-05-01 15:30:13 +02:00
parent 7cd9497844
commit 3fcf6adbe1
1 changed files with 12 additions and 0 deletions

12
Main.java Normal file
View File

@ -0,0 +1,12 @@
import windowInterface.MyInterface;
public class Main {
public static void main(String[] args) {
MyInterface mjf = new MyInterface();
mjf.setVisible(true);
}
}