diff --git a/src/main/java/Notizbuch.java b/src/main/java/Notizbuch.java index 88727c1..6734c84 100644 --- a/src/main/java/Notizbuch.java +++ b/src/main/java/Notizbuch.java @@ -35,6 +35,7 @@ public class Notizbuch extends JFrame implements ActionListener { @Override public void actionPerformed(ActionEvent e) { + // ActionListener-Methode für Button-Events if (e.getSource() == saveButton) { saveNote(); } else if (e.getSource() == loadButton) {