Created some logic in TaskRepository. Added id to models, etc...
This commit is contained in:
@@ -18,7 +18,6 @@ public class MyFrame extends JFrame {
|
||||
mainPanel.add(new HomePanel(this::changePanel), "home");
|
||||
}
|
||||
|
||||
|
||||
public MyFrame() {
|
||||
super("Todo App");
|
||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
|
||||
Reference in New Issue
Block a user