Print screen without JFrame
问题 I want to do a print screen behind a JFrame who i call source. But the JFrame(source) itself not and print it in another JFrame, who i call destiny... like the picture in the link: https://drive.google.com/file/d/0B4iWj2t4ATQ5ZllwVEE0M1BxUnc/view?usp=sharing I tried to use setVisible(false) and after setVisible(true) but i don't want it closes and open again. How I do it? Here is my actual code: package tests; import java.awt.*; import java.awt.image.BufferedImage; import javax.swing.JFrame;