Connecting Tech Pros Worldwide Help | Site Map

Screen Capture in Java

  #1  
Old July 6th, 2008, 12:45 AM
Tuy Solang
Guest
 
Posts: n/a
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,
  #2  
Old July 6th, 2008, 01:45 PM
August Karlstrom
Guest
 
Posts: n/a

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
  #3  
Old July 7th, 2008, 03:25 PM
Tuy Solang
Guest
 
Posts: n/a

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
  #4  
Old July 10th, 2008, 11:15 AM
Robert Larsen
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
screen capture dolittle answers 3 July 2nd, 2008 03:57 PM
Problem with java.awt.Robot and screen capture/refresh Adrian Lumsden answers 2 April 16th, 2006 05:52 AM
2nd time:applet that allows a web-client to do a screen capture revansx@cox.net answers 3 March 23rd, 2006 02:45 PM
applet that allows a web-client to do a screen capture revansx@cox.net answers 2 March 22nd, 2006 01:45 AM