Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Re: please help? simple fix that someone who knows bout java can prolly help me

    If you don't have an interactive debugger, the only way to see what your code is doing is by adding printlns. This is a useful skill for programmers to know: how and where to add print outs.
    Believe...
  2. Re: please help? simple fix that someone who knows bout java can prolly help me

    What good is giving the OP code? Did you take the time to comment what the problem was, tell the OP how you found the problem and the approach you took to solve it? Or did you just want to...
  3. Re: please help? simple fix that someone who knows bout java can prolly help me

    Try debugging your code by adding printlns to all the methods that you expect to be called to show that they are being called.
Results 1 to 3 of 3