I am looking for a way to select multiple items in a JList by simply clicking on each item.
The usual way to do this is to hold the / ctrl command key and then click.
I think it would be more intuitive to simply allow the user to enable and disable elements without having to hold an extra key.
java user-interface swing
Gordon
source share