I would like to allow a user to click on a JList and if words are typed, do a query and advance the caret to the next match (prefix). Is there and example of such an implementation in Java somewhere? I’m thinking a combination of key listeners, getNextMatch() and setSelectValue().
I would like to allow a user to click on a JList and if
Share
JXList of Swinglabs has the exact same thing you are looking for
Try :
https://swinglabs-demos.dev.java.net/