bottomToolBar.add ( fillContent );
bottomToolBar.add ( fillStretch );
bottomToolBar.addSeparator ();
bottomToolBar.add ( rulerCursor );
bottomToolBar.add ( areaCursor );
bottomToolBar.addToEnd ( minZoom );
bottomToolBar.addToEnd ( zoomSlider );
bottomToolBar.addToEnd ( maxZoom );
return editorPanel;
}