Change listbox mouse selection to not use ctrl key  
Author Message
John T. Dow





PostPosted: 2/6/2007 2:14:00 PM Top

java-programmer, Change listbox mouse selection to not use ctrl key I'm converting a program from Windows where the LBS_MULTISEL option allows
selecting rows in a table with a single mouse click. On the other hand,
with Swing you need to hold down the ctrl key and then it's buggy,
seemingly requiring rows to be clicked from top to bottom.

If there's an example of changing the Swing behavior, I haven't found it.
I've made some progress figuring it out but can't spare much more time.

Anyone know of a working solution? I can't be the only one needing it.

I can post what I've tried so far if a ready-made solution isn't available.

John