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