intial documents

This commit is contained in:
isabe 2024-05-02 10:34:15 +02:00
parent cf93700bbb
commit 128c30f45e
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
import windowInterface.MyInterface;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
public static void main(String[] args) {
MyInterface mjf = new MyInterface();
mjf.setVisible(true);
}
}