31c31 < * @param view the target view --- > * @param newDrawingEditor the DrawingEditor which manages the views 33,34c33,34 < public BringToFrontCommand(String name, DrawingView view) { < super(name, view); --- > public BringToFrontCommand(String name, DrawingEditor newDrawingEditor) { > super(name, newDrawingEditor); 37a38 > super.execute(); 47c48,50 < public boolean isExecutable() { --- > public boolean isExecutableWithView() { > //if (true) > //throw new RuntimeException();