JList stops responding to mouse or keyboard events
Hi I have got a JList that can be dynamically updated. However after one or two clicks the JList stops responding because the listSelectionListener is not called. I am using an instance of DefaultListModel. Could someone please suggest any possible solutions or possible reasons.
Help much appreciated.

