nomethodfounderror:main
dear all: I got a "nosuchmethodfounderror:main",which I believe many of you are familiar with. I just typed in an example from a java textbook. The exampple itself does not have a main class. So first, do I have to put a main class? and second, if not, how? I have had a "public class Mountain extends Applets" and a public void paint (Graphics page). where should I put the main class? thanks!

