28a29,29 > * @param newDrawingEditor the DrawingEditor which manages the views 29,29d28 < * @param view the target view 31a32,32 > super(name, newDrawingEditor); 31,31c31,31 < public SendToBackCommand(String name, DrawingView view) { --- > public SendToBackCommand(String name, DrawingEditor newDrawingEditor) { 32,32d31 < super(name, view); 35a36,36 > super.execute(); 44a46,46 > protected boolean isExecutableWithView() { 45,45d45 < public boolean isExecutable() { 72,72d72 < System.out.println("CurrentFigure sendToBack: " + currentFigure + " .. " + currentFigureLayer);