@ -21,6 +21,7 @@ public class Notizbuch extends JFrame implements ActionListener {
setTextArea(new JTextArea());
add(new JScrollPane(getTextArea()), BorderLayout.CENTER);
// Erstellen der Speichern- und Laden-Buttons
saveButton = new JButton("Speichern");
saveButton.addActionListener(this);
loadButton = new JButton("Laden");