Hello,


I've written an applet that consists of scrolling text. A frame is suppose to

pop-up when a user click the applet. I used 1.1 event delegation to do this.

It ran fine in applet viewer, but Netscape Communicator 4.05 threw a

NoClassDefError and IE 4 threw a VerifyError errors. Does this have something to do

do with security violations. But i don't see anything complex in my codes. Just

paint() method override in the applet class and some standard AWT widgets in the

Frame class. What did i miss, or overdid?


Any insights and suggestions/explanations are very much appreciated.


Thank you in advance.


.Shahril.