Search:

Type: Posts; User: wolfgar

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    2,982

    Re: alphabetizing , plz help

    ah , ok
    i'll have to try that next time
  2. Replies
    10
    Views
    2,982

    Re: alphabetizing , plz help

    not sure how that would have worked
    but i found a round about way to use the
    collections .sort();
    i copyed all the strings to an array then sorted that ,
    after that i checked where the sorted...
  3. Replies
    10
    Views
    2,982

    Re: alphabetizing , plz help

    how it sorts would be perfect
    the only problem is with the fact my strings are in a object in the list
    ( to get 1 of the strings i use something like list.get(1).string )
  4. Replies
    10
    Views
    2,982

    Re: alphabetizing , plz help

    ok , u lost me there ><

    idk what u mean by sorting rules , i mean isnt alphabetizing only done in 1 way anyways ?
  5. Replies
    10
    Views
    2,982

    Re: alphabetizing , plz help

    useing that , would i be able to change what items go where in the list while the string being read is inside of the items?
    cause really thats what i need
  6. Replies
    10
    Views
    2,982

    alphabetizing , plz help

    i'm trying to add a little order to my list box by alphabetizing the array list it gets the string from
    the only problem is i keep running in to dead ends ><

    can some 1 plz help

    here's the...
Results 1 to 6 of 6