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