From 07b3d048235906c2469cfaefbc9091388117a2ca Mon Sep 17 00:00:00 2001 From: Marc Dimmerling Date: Fri, 9 Feb 2024 19:58:42 +0100 Subject: [PATCH] refactoring: Notizbuch-FensterKommi --- src/main/java/Notizbuch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/Notizbuch.java b/src/main/java/Notizbuch.java index 10a12df..4fbcd0a 100644 --- a/src/main/java/Notizbuch.java +++ b/src/main/java/Notizbuch.java @@ -68,7 +68,7 @@ public class Notizbuch extends JFrame implements ActionListener { public static void main(String[] args) { SwingUtilities.invokeLater(() -> { Notizbuch notizbuch = new Notizbuch(); - notizbuch.setVisible(true); + notizbuch.setVisible(true); // Das Notizbuch-Fenster anzeigen }); } // Getter und Setter für die TextArea