Stopuhr
parent
b2c683495b
commit
84043fc014
|
@ -32,6 +32,7 @@ public class Stopuhr extends JFrame {
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue