That suggests you have been using a
word processor rather than a text editor. Find out what \160 is: look in the Unicode website for it; I think it is \u0070. But that comes out as p so it must be 160 in decimal not octal so try \u00a0 instead and see what that is.
By the way, your choice of names for your types and variables is really bad. This1?
Please indent your code consistently and put one blank like before each method or constructor. It is difficult to read as it is.