Fixed loading and saving not showing agenda. Added new Agenda button
This commit is contained in:
@@ -210,5 +210,10 @@ public class Window extends JFrame {
|
||||
return agenda;
|
||||
}
|
||||
|
||||
public void setAgenda(Agenda a)
|
||||
{
|
||||
agenda = a;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user