posted 13 years ago
hi ,
i try to create simple login page using Eclipse Editor
the code is following :
EclipseClass.java
and one externel classfile having the same package that code is following :
NextPage.java
then the error is
java.lang.ClassCastException: eclipsepackage.Login cannot be cast to javax.swing.event.AncestorListener
please support me to solve problem ,
thanks ,
[Edit - added code tags - MB]