master
3009594 2024-10-14 22:26:10 +02:00
parent 710b10969e
commit f1faf023cf
2 changed files with 2 additions and 1 deletions

View File

@ -116,4 +116,5 @@ public class GUI_UserInterface extends JFrame {
} }
} }

View File

@ -5,7 +5,7 @@ import TodoListApp.GUI_UserInterface.Userverwalter;
public class Main { public class Main {
public static void main(String[] args) { public static void main(String[] args) {
new Userverwalter(); new Userverwalter();
} }