View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:45 AM
baltimore baltimore is offline
Member
 
Join Date: Jul 2007
Posts: 40
baltimore is on a distinguished road
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...
Code:
import java.awt.*; import java.applet.*; public final class Game extends applet { }
check and see if "Game" is the title of your program.
Reply With Quote