Well for your main class that's your public class is it the same as your title of the program saved to? like lets say
it needs to be applet not an application. so check that as well.
but...
import java.awt.*;
import java.applet.*;
public final class Game extends applet
{
}
check and see if "Game" is the title of your program.