Hi All,
I'm getting Concurrent Modification Exception when I try to update the graph ( I'm trying to add edges between nodes ) using SwingWorker class. The reason I'm using Swing Worker is that the number of nodes are pretty big ( >8000 nodes ) and JFrame becomes unresponsive while the graph is being loaded. Can anybody suggest how to overcome such a problem?