public class TakeAwayGUIApp {	public static void main(String args[]) {	    new TakeAwayGUI("Take Away Game");		}}