View Single Post
  #2 (permalink)  
Old 12-05-2008, 03:15 PM
Fubarable's Avatar
Fubarable Fubarable is offline
Moderator
 
Join Date: Jun 2008
Posts: 6,483
Rep Power: 8
Fubarable is on a distinguished road
Default
Have you first gone through a basic Java textbook or tutorial series before trying to do this code? From the code I've seen, it looks as if you're trying to fly before you can crawl as there are mistakes that suggest misconceptions of basic core Java such as trying to use objects before they have been declared. It's either that or you have tried to borrow other code but have only done so incompletely. If the former, then I hate to say this but the only solution that I see to this is for you to stop what you are doing and study up on the rudiments of the language. If the latter, then don't do this. Learn how to understand what you are doing before trying to borrow other's code. Again, the tutorials will help you immensely here.

Last edited by Fubarable; 12-05-2008 at 03:20 PM.
Reply With Quote