if u want to display all lines of txt change this


String[] Split = Text.split(" ");
System.out.println(Text);


to this