1 /** 2 * Created by IntelliJ IDEA. 3 * User: jgervasio 4 * Date: May 4, 2004 5 * Time: 12:42:01 PM 6 * To change this template use Options | File Templates. 7 */ 8 package j3d.cr325.killTheStudent; 9 10 import com.sun.j3d.utils.applet.MainFrame; 11 12 public class Main { 13 14 public static void main(String[] args) { 15 new MainFrame(new MyLevittownDoomKeyboard(), 700, 600); 16 } 17 18 } 19