delete one mian

This commit is contained in:
kry 2024-05-07 15:00:13 +02:00
parent b2c295dfbf
commit fdfb0599a6
1 changed files with 0 additions and 12 deletions

View File

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