task
parent
710b10969e
commit
f1faf023cf
|
@ -116,4 +116,5 @@ public class GUI_UserInterface extends JFrame {
|
|||
}
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -5,7 +5,7 @@ import TodoListApp.GUI_UserInterface.Userverwalter;
|
|||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
new Userverwalter();
|
||||
new Userverwalter();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue