master
3009594 2024-09-21 00:35:36 +02:00
parent b2c683495b
commit 84043fc014
1 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,8 @@ public class Stopuhr extends JFrame {
contentPane.setLayout(null); contentPane.setLayout(null);
zeite_elemente(); zeite_elemente();
start_programm(); start_programm();
this.setVisible(true); this.setVisible(true);
} }
@ -46,7 +47,7 @@ public class Stopuhr extends JFrame {
public void start_stopuhr() { public void start_stopuhr() {
if (!aktiv) { if (!aktiv) {
timer.start(); timer.start();
startzeit = System.currentTimeMillis(); startzeit = System.currentTimeMillis(); // Milisekunden
aktiv = true; aktiv = true;
speichere_alle_zeiten_index = 0; speichere_alle_zeiten_index = 0;