> Hey people
>
[quoted text clipped - 6 lines]
>
> I am beginning to think it is not possible at all
If you're writing Java programs, you should already know that when a
window isn't visible, it doesn't exist. When it comes back, it has to be
repainted. So it's impossible to capture a minimized window, because the
pixels just aren't there to be captured.

Signature
John W. Kennedy
"Never try to take over the international economy based on a radical
feminist agenda if you're not sure your leader isn't a transvestite."
-- David Misch: "She-Spies", "While You Were Out"
Roedy Green - 07 Jul 2007 07:09 GMT
On Fri, 06 Jul 2007 19:16:43 -0400, "John W. Kennedy"
<jwkenne@attglobal.net> wrote, quoted or indirectly quoted someone who
said :
>If you're writing Java programs, you should already know that when a
>window isn't visible, it doesn't exist. When it comes back, it has to be
>repainted. So it's impossible to capture a minimized window, because the
>pixels just aren't there to be captured.
However, you can paint to an offscreen buffer. See
http://mindprod.com/applets/masker.html
for an example.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com