Hi,
I've been trying to write a simple programs as such:
import java.awt.*;
public class Hello extends
Applet {
public void init()
{
"code"
}
}
The compiler says that "Superclass Applet of class Hello not found."
Can someone please help me. If its a classpath problem can you please let me know how to solve such a problem.
Thanks in Advance
Best Regards
Edmund