java - Cannot assign instance of javax.swing.event.EventListenerList to field javax.swing.AncestorNotifier.firstInvisibleAncestor -


i little bit lost here. have java program runs on computers without trouble. on of them following exception thrown:

error: java.lang.classcastexception: cannot assign instance of javax.swing.event.eventlistenerlist field javax.swing.ancestornotifier.firstinvisibleancestor of type java.awt.component in instance of javax.swing.ancestornotifier

the java version seems date on machines. has clue might cause exception?


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

frame rate - JAVA simple fps animation(how can i work with?) -