Stopuhr
parent
b2c683495b
commit
84043fc014
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue