Connecting Tech Pros Worldwide Forums | Help | Site Map

Screen Capture in Java

Tuy Solang
Guest
 
Posts: n/a
#1: Jul 6 '08
Hi Everyone,

I am just starting to learn Java from O'Reilly CD. I could not find
any example that is related to screen capture. Is it possible in Java
like in Microsoft C?

Thanks,

August Karlstrom
Guest
 
Posts: n/a
#2: Jul 6 '08

re: Screen Capture in Java


Tuy Solang wrote:
Quote:
Hi Everyone,
>
I am just starting to learn Java from O'Reilly CD. I could not find
any example that is related to screen capture. Is it possible in Java
like in Microsoft C?
>
Thanks,
Found this after googling for `java screen capture':

http://www.rgagnon.com/javadetails/java-0489.html

I tried it and it works.


August
Tuy Solang
Guest
 
Posts: n/a
#3: Jul 7 '08

re: Screen Capture in Java



Thanks August.

Is Robot part of awt pacakage? Maybe, my O'Reilly's CD is out of date
since I had it long time ago.

August Karlstrom <fusionfile@comhem.sewrites:
Quote:
Tuy Solang wrote:
Quote:
Hi Everyone,

I am just starting to learn Java from O'Reilly CD. I could not find
any example that is related to screen capture. Is it possible in Java
like in Microsoft C?

Thanks,
>
Found this after googling for `java screen capture':
>
http://www.rgagnon.com/javadetails/java-0489.html
>
I tried it and it works.
>
>
August
Robert Larsen
Guest
 
Posts: n/a
#4: Jul 10 '08

re: Screen Capture in Java



Tuy Solang wrote:
Quote:
Thanks August.
>
Is Robot part of awt pacakage? Maybe, my O'Reilly's CD is out of date
since I had it long time ago.
>
The Robot class has been there since Java 1.3 so it is ancient :-)
Closed Thread