Search:

Type: Posts; User: pbrockway2

Search: Search took 0.13 seconds.

  1. Replies
    4
    Views
    1,303

    Re: Boolean Method Test Problem

    You're welcome.
  2. Replies
    4
    Views
    1,303

    Re: Boolean Method Test Problem

    Don't use == to compare strings or other objects, use their equals() method instead.



    if(name.equals(myList.get(i).filename) // etc


    -----

    == tests two references to see if they refer to...
Results 1 to 2 of 2