Getting some Java errors today, had a couple of them. error details shown below, not sure how to attach or upload the actual error logs ?
java.util.ConcurrentModificationException
java.util.ArrayList$Itr.checkForComodification(Unknown Source)
java.util.ArrayList$Itr.next(Unknown Source)
de.jiw.gui.core.Element.transferUpdateTick(Element.java:2278)
de.jiw.gui.core.Element.transferUpdateTick(Element.java:2279)
de.jiw.gui.core.Element.transferUpdateTick(Element.java:2279)
de.jiw.gui.core.Screen.update(Screen.java:1798)
com.jme3.scene.Spatial.runControlUpdate(Spatial.java:570)
com.jme3.scene.Spatial.updateLogicalState(Spatial.java:688)
com.jme3.scene.Node.updateLogicalState(Node.java:145)
com.jme3.scene.Node.updateLogicalState(Node.java:152)
commons.JIWApplication.update(SourceFile:73)
com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:151)
com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:185)
com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:228)
java.lang.Thread.run(Unknown Source)