this.window = new SpritesWindow(this.config, this.canvas);
this.window.addWindowListener(this);
this.window.addComponentListener(this);
this.clock = new Clock(this.config.getLogicCallback(), this.window, 60, 20);
System.out.println("Starting Application");
if(this.config.isFullscreen()){
this.enterFullscreen();
} else {