@ -62,7 +62,7 @@ public class Notizbuch extends JFrame implements ActionListener {
StringBuilder noteText = new StringBuilder();
String line;
while ((line = reader.readLine()) != null) {
noteText.append(line).append("\n");
}
} catch (IOException e) {