explorerPane.setView(VIEW_TOOLBOX);
attrTable = new AttrTable(this);
zoom = new ZoomControl(layoutZoomModel);
// set up the central area
CanvasPane canvasPane = new CanvasPane(layoutCanvas);
mainPanelSuper = new JPanel(new BorderLayout());
canvasPane.setZoomModel(layoutZoomModel);
mainPanel = new CardPanel();
mainPanel.addView(EDIT_LAYOUT, canvasPane);
mainPanel.setView(EDIT_LAYOUT);
mainPanelSuper.add(mainPanel, BorderLayout.CENTER);