From 5913429e6c66c698cdfbe3bec33f694f9e3f8229 Mon Sep 17 00:00:00 2001 From: Marc Dimmerling Date: Fri, 9 Feb 2024 17:09:54 +0100 Subject: [PATCH] actionperf_if --- src/main/java/Notizbuch.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/Notizbuch.java b/src/main/java/Notizbuch.java index b29b872..180a701 100644 --- a/src/main/java/Notizbuch.java +++ b/src/main/java/Notizbuch.java @@ -45,7 +45,9 @@ public class Notizbuch extends JFrame implements ActionListener { @Override public void actionPerformed(ActionEvent e) { - + if (e.getSource() == saveButton) { + + } } } \ No newline at end of file