From 84043fc014a9a96fccd40d9d8cc67e74db8d059c Mon Sep 17 00:00:00 2001 From: 3009594 Date: Sat, 21 Sep 2024 00:35:36 +0200 Subject: [PATCH] Stopuhr --- Programmierung2/src/Übungen/Stopuhr.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Programmierung2/src/Übungen/Stopuhr.java b/Programmierung2/src/Übungen/Stopuhr.java index f9ac585..74bc377 100644 --- a/Programmierung2/src/Übungen/Stopuhr.java +++ b/Programmierung2/src/Übungen/Stopuhr.java @@ -31,7 +31,8 @@ public class Stopuhr extends JFrame { contentPane.setLayout(null); zeite_elemente(); start_programm(); - + + this.setVisible(true); } @@ -46,7 +47,7 @@ public class Stopuhr extends JFrame { public void start_stopuhr() { if (!aktiv) { timer.start(); - startzeit = System.currentTimeMillis(); + startzeit = System.currentTimeMillis(); // Milisekunden aktiv = true; speichere_alle_zeiten_index = 0;