View Single Post
Old 07-12-2009, 03:41 PM   #12 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,230
Belisarius is on a distinguished road
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.
__________________
GitS
Belisarius is offline   Reply With Quote