@ -72,7 +72,7 @@ public abstract class AbstractGuideScene extends JPanel implements GuideScene {
if (component instanceof JComponent) {
JComponent jComponent = (JComponent) component;
image = ScreenImage.createImage(jComponent);
} else (component instanceof Window){
} else {
image = captureImage(component);
showContainer();
}