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