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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -