From e2ee156dc7b28567b566f734c38733998e494d9d Mon Sep 17 00:00:00 2001 From: Marc Dimmerling Date: Fri, 9 Feb 2024 16:55:26 +0100 Subject: [PATCH] setTitle --- 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 4cf8fb1..b76a46e 100644 --- a/src/main/java/Notizbuch.java +++ b/src/main/java/Notizbuch.java @@ -17,7 +17,7 @@ public class Notizbuch extends JFrame implements ActionListener { private JButton loadButton; public Notizbuch() { - + setTitle("Notizbuch"); } @Override