This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi, I want to take a snapshot of the current screen and save it in a gif file.It is like to activate the printscreen & paste it in a new gif file.Is this possible.I also want to capture the screens thro' the network.i.e the screens of the systems in a network(LAN).Please reply me positively. Happy middling with java. Netharam.
The java.awt.Robot class has a createScreenCapture( Rect ) method...
This creates a BufferedImage, which you'll have to use to create an image file.
In order to do this over a network, you'd have to have a client program installed on the machine to do the screen capture on that machine, and then have it send the screen capture over the network to you...
-Nate
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
netharam ram
Ranch Hand
Joined: Aug 09, 2001
Posts: 202
posted
0
Hi, Nate thank you so much for u'r reply.I haven't tried it yet, but confident that I can do it.Thank You so much. Happy middling with java. Netharam :roll:
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: taking a snapshot of the screen[Pls. don't say can't do it]