I have JList and JButton, the user can click an item in a JList or click a button when a button is clicked, how can I cancel the selection (change the selected bgcolor list item to normal, in other words, nothing in JList will be selected after the button is clicked) element from Jlist
source share