@ -64,7 +64,7 @@ public class Notizbuch extends JFrame implements ActionListener {
JOptionPane.showMessageDialog(this, "Fehler beim Laden der Notiz: " + e.getMessage());
}
// Hauptmethode zum Starten des Programms
public static void main(String[] args) {
SwingUtilities.invokeLater(() -> {
Notizbuch notizbuch = new Notizbuch();