--- old/apps/toys/Hello/src/main/java/hello/dialog/wizard/Wizard.java 2015-11-16 16:58:43.545838924 +0200 +++ new/apps/toys/Hello/src/main/java/hello/dialog/wizard/Wizard.java 2015-11-16 16:58:43.073838918 +0200 @@ -29,7 +29,6 @@ import java.util.Optional; import java.util.Stack; -import javafx.scene.control.skin.AccordionSkin; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.collections.FXCollections; @@ -400,7 +399,7 @@ public WizardPane() { // TODO extract to CSS - setGraphic(new ImageView(new Image(AccordionSkin.class.getResource("modena/dialog-confirm.png").toExternalForm()))); + setGraphic(new ImageView(new Image(getClass().getResource("/hello/dialog/dialog-confirm.png").toExternalForm()))); } // TODO we want to change this to an event-based API eventually