I’m looking for a way to make a JList always toggle the selection for the clicked item without deselecting the others, the same way as ctrl click works.
The ListSelectionModel seems to be the right way to go but I can’t figure out what has to be configured in there.
How to make a JList behave on click the same way as on ctrl click?
you have to make your own ListSelectionModel. try it.