Fixed loading and saving not showing agenda. Added new Agenda button

This commit is contained in:
2015-02-26 10:27:24 +01:00
parent 056a8b36d1
commit e0b9c991c8
4 changed files with 33 additions and 5 deletions
+5
View File
@@ -210,5 +210,10 @@ public class Window extends JFrame {
return agenda;
}
public void setAgenda(Agenda a)
{
agenda = a;
}
}