Search:

Type: Posts; User: jps

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    1,486

    Re: how do you compare words?

    if (Words.equals(Words)) ..When is this true and when is it false?

    jTextArea1KeyReleased event ..Are you sure this is the best time to check? KeyReleased is something that happens any time a key...
  2. Replies
    12
    Views
    1,486

    Re: how do you compare words?

    Get the word from the textarea and iterate over the array comparing the textarea word to the array word using the equals method.
  3. Replies
    12
    Views
    1,486

    Re: how do you compare words?

    So what is your question now? Where are you stuck?
  4. Replies
    12
    Views
    1,486

    Re: how do you compare words?

    Welcome beginner 123.

    I suggest you find a starting point and work on one part at a time. Without seeing what you have so far it is difficult to see where you got stuck. Posting your code with...
Results 1 to 4 of 4