GUIMain screen = new GUIMain("Genetic Algorithm Tester"); screen.setSize(600,400); screen.setVisible(true); //Now try and restrieve text once it is typed in //get population size (use Koza's notation)