Updated
This commit is contained in:
parent
30511d32b4
commit
1e6d13698f
@ -52,8 +52,8 @@ public class Data {
|
|||||||
{
|
{
|
||||||
String[] parts = lines.get(i).split(";");
|
String[] parts = lines.get(i).split(";");
|
||||||
|
|
||||||
String phoneNumber = parts[3];
|
String phoneNumber = parts[2];
|
||||||
String password = parts[5];
|
String password = parts[4];
|
||||||
|
|
||||||
user.put(phoneNumber, password);
|
user.put(phoneNumber, password);
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@ import javafx.scene.image.ImageView;
|
|||||||
import javafx.scene.layout.AnchorPane;
|
import javafx.scene.layout.AnchorPane;
|
||||||
import javafx.stage.Stage;
|
import javafx.stage.Stage;
|
||||||
|
|
||||||
|
import javax.imageio.IIOParam;
|
||||||
import java.io.Console;
|
import java.io.Console;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileWriter;
|
import java.io.FileWriter;
|
||||||
|
Binary file not shown.
Binary file not shown.
5
user.txt
5
user.txt
@ -1,2 +1,3 @@
|
|||||||
Felix Düsterhaus;Sabine Gubitz;Detmolderstrasse 101,33102 Paderborn;1234567;Lisa,Peter;12345678A
|
Felix Düsterhaus;Detmolderstrasse 101,33102 Paderborn;1234567;Lisa,Peter;12345678A
|
||||||
Kevin Pfannenstiel;Marlene Pfannenstiel;Fürstenallee 30, 33102 Paderborn;7654321;Anton;12345678B
|
Kevin Pfannenstiel;Fürstenallee 30, 33102 Paderborn;7654321;Anton;12345678B
|
||||||
|
Fridolin Klaus;Fürstenallee 5,33102 Paderborn;987654321;Siegfried Klaus;987654321abc
|
||||||
|
Loading…
Reference in New Issue
Block a user