Slick button will not work
问题 I am following a video tutorial on a java game ( so I can go off from there ) but one of my buttons will not work (exit button). Please Help. I'm using lwjgl and slick. main class: package javagame; import org.newdawn.slick.*; import org.newdawn.slick.state.*; public class Game extends StateBasedGame { public static final String gamename = "Java Game Alpha 1.0"; public static final int menu = 0; public static final int play = 1; public Game(String gamename) { super(gamename); this.addState