Re: GLCanvas/GLJPanel problems
Posted by
gouessej on
Nov 15, 2012; 1:06am
URL: https://forum.jogamp.org/GLCanvas-GLJPanel-problems-tp4026923p4026952.html
The ConcurrentModificationException comes from your source code, maybe you try to modify a list that you're using with an iterator at the same time.