Search:

Type: Posts; User: theonlydvr

Search: Search took 0.06 seconds.

  1. [SOLVED] Re: Hangman Program Java: Comparing the User's Guess with Another String Letter by Letter

    I fixed the program!!! My problem was that I wasn't initializing word.flags. Thank you so much pb!
  2. [SOLVED] Re: Hangman Program Java: Comparing the User's Guess with Another String Letter by Letter

    Thanks pbrockway2! I already took that part out of my code in previous debugging attempts. In doing this guesses just stayed on the screen. What I think happened is that the guess satisfied the if...
  3. [SOLVED] Hangman Program Java: Comparing the User's Guess with Another String Letter by Letter

    I'm making a Hangman program to test my knowledge of GUI's. However my program is not checking letters correctly. This is my code for a Field Listener that checks the user's input with the word. I'm...
Results 1 to 3 of 3