init();
}
private void init(){
this.cjtElements = new CjtElements();
this.cjtMap = new CjtMap();
this.mainFrame = new MainFrame(this);
this.cjtRestrictions = new CjtRestrictions();
this.observers = new ArrayList();
this.cjtRoomType = new CjtRoomType(this.observers);
this.controllerConfiguration = new ConfigurationController(this);
this.loadController = new LoadController(this.cjtElements, this.cjtRestrictions, this.cjtRoomType, this.cjtMap);