Exception « JList « Java Swing Q&A





1. Exception in JList    coderanch.com

2. Help get rid of nagging JList UI exception    forums.oracle.com

Does anyone have an idea how to get rid of this nagging exception? By the way, my program continues to run just fine even when it's thrown. I suspect it's thrown because the JList UI is updated while the Listener event is fired... But I just cannot figure out a work-around for this. So, the culprit code snippet is: -----------start code------------------- ...