Eingabe wieder schließen

This commit is contained in:
Marc Koch 2020-04-21 13:12:51 +02:00
parent 77dcf92fe0
commit f56b5f4d7e
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ public class Geburtstag {
}
}
// Eingabe schließen
myInput.close();
String[] zeit = eingabeZeit.split("[:]");
int jahr = Integer.parseInt(datum[2]);