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