private void initTitlePanel() {
canvasView = this;
TitlePanelListener l = new TitlePanelListener();
titlePanel.addMouseListener(l);
titlePanel.addMouseMotionListener(l);
titlePanel.setBorder(new SchemaTitleBorder());
titleLabel.setText(SchemaEditorImpl.TITLE);
}