Multiple Selection from JList without using ctrl ot shift key.
843806Jul 15 2008 — edited Jul 15 2008Hi,
I am trying to find out a solution for using JLIst and providing Multiple Selection facility without using 'ctrl' or 'shift' key.I mean , user should be able to select multiple items from the list by just clicking on the various itmes.I dont want user to use 'shift' or 'ctrl' key.( I want to replace "checkbox" render in JList concept with this)
Thanks in advance.