Search:

Type: Posts; User: Fendaril

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    3,897

    Re: Java hangman game help...

    Try putting a print statement when you read in the file using a console thing. That is a good way of pinpointing run time errors.
  2. Replies
    16
    Views
    3,897

    Re: Java hangman game help...

    NUllPointerException means that one of your objects are null and you are trying to use it somewhere. ALWAYS check if an object is null or you get that exception.

    Check to see if the objects you...
  3. Replies
    16
    Views
    3,897

    Re: Java hangman game help...

    The thing is we need all the classes you used to aid in your program.
Results 1 to 3 of 3