@ -33,6 +33,7 @@ public class Notizbuch extends JFrame implements ActionListener {
saveButton = new JButton("Speichern");
saveButton.addActionListener(this);
loadButton = new JButton("Laden");
loadButton.addActionListener(this);
}
@Override