@@ -79,6 +79,7 @@ public class MainFrame extends JFrame{
public void setAgenda(Agenda agenda) {
this.agenda = agenda;
+ updateView(currentPanel);
}