initComponents();
this.controller = controller;
this.imageMap = new JPnlImageMap(this.controller, this);
this.controller.getSelectionModel().addObserver(this.imageMap);
this.imagesFlow = new JPnlImagesFlow(this.controller, this);
this.controller.getSelectionModel().addObserver(this.imagesFlow);
this.autoSelection = new JPnlAutoSelection(this.controller, this);
this.controller.getSelectionModel().addObserver(this.autoSelection);
this.add(this.autoSelection, "correlation");
this.add(this.imagesFlow, "imageFlow");