Hello,
I have a sorted JList and I would like to select the item that matches
the user's keystrokes:
example list {"Cardiff", "Carlisle", "Edinburgh", "Glasgow",
"Liverpool", "London"}
'L' should select "Liverpool", 'Lo' "London".
I've seen a couple of postings from which I gather that this behaviour
is already implemented. But I am not quite sure whether I need to
implement a KeyListner and buffer the keystrokes and then call
getNextMatch() with the cached string?
I'd appreciate it if anyone could point me in the right direction.

Signature
Regards,
Tarlika Elisabeth Schmitz
Rhino - 31 May 2004 14:36 GMT
> Hello,
>
[quoted text clipped - 12 lines]
>
> I'd appreciate it if anyone could point me in the right direction.
This isn't a database question so it would be more appropriate for you to
post to comp.lang.java.programmer or comp.lang.java.gui.
Rhino