View Single Post
  #2 (permalink)  
Old 01-21-2008, 11:36 PM
ShoeNinja's Avatar
ShoeNinja ShoeNinja is offline
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
Your declaring methods inside of a method. Move them outside of the main method into the Main class and call them from the main method.
Reply With Quote