...
>...
>> I'd like to have a transparent window (to do some processing on the
[quoted text clipped - 5 lines]
>
>Andrew T.
What is robot?
What is 'the image loaded by Java'??
I would like to have a window.
The user moves (drag) the window with the mouse, and the window acts
like a magnifier glass (or other image filtering) for everything that
is below the window itself: other windows, desktop image, etc.
MrAsm
Andrew Thompson - 18 Mar 2007 11:38 GMT
> >...
> >> I'd like to have a transparent window (to do some processing on the
[quoted text clipped - 3 lines]
> >programmed by you? If so, this might be done
> >a lot simpler than using Robot to get screenshots.
..
> What is robot?
Not 'robot, 'Robot', as in the J2SE class
java.awt.Robot. The Robot can take screenshots.
> What is 'the image loaded by Java'??
..have you considered hiring a Java programmer?
Andrew T.
MrAsm - 18 Mar 2007 13:16 GMT
>> What is 'the image loaded by Java'??
>
>..have you considered hiring a Java programmer?
No, because I'm a C++ programmer myself (and I can code in Java, too).
Have you considered answering questions if you can/want, or better not
posting at all?
(My question was very specific.)
MrAsm - 18 Mar 2007 20:46 GMT
>>> What is 'the image loaded by Java'??
>>
[quoted text clipped - 6 lines]
>
>(My question was very specific.)
I was just asking for a pointer to some Swing or AWT class or method
or specific flag to manage some form of window transparency (or just
confirmation for my original idea of screenshot).
Of course, I was not asking to post Java source code :)
Jeff Higgins - 19 Mar 2007 01:15 GMT
> I would like to have a window.
> The user moves (drag) the window with the mouse, and the window acts
> like a magnifier glass (or other image filtering) for everything that
> is below the window itself: other windows, desktop image, etc.
May be off-topic, but..
A web search on 'java screen magnifier' produced
http://scanline.ca/magnify/
Note that it is implemented with SWT, but may provide some ideas.