| The syntax in this file has all sorts of problems. You have large sections of code outside of methods and methods outside of classes You're not going to be get much to work until you fix the syntax problems.
Sorry I can't be much more help. Remember, all methods need to be within the "{" and "}" of the class, and with the exception of variable declarations, all the code should be withing the "{" and "}" of methods. |