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