}
/** Method which gives the right controller for starting */
public Controller getController ()
{ switch (type)
{ case EDITOR : return new EditController (new EditModel(),splashScreen);
case SIMULATOR:return new SimController (new SimModel(),splashScreen);
}
System.out.println
("GLDStarter was called with unknown controller type "+type+
". Cannot get new instance of Controller.");