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

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -