ORIGINAL: Nomad
If you notice Floyd, in the picture the list is sorted on name, not ID.
D'oh!
It's the standard Java string sort, or so I thought. It appears that it's sorting in such a way to "remove" spaces... freaky.[X(]
I added a different sort function and it seems to work now.
Thanks.