Your Computer Science Resource

Posts Tagged ‘robot’

Dec
27th

HOW-TO: Screen Capture Using Java’s Robot Class

At some point or another, you may come across a time when you need to capture the user’s screen and save it as an image. Maybe you’re making your own “print screen” program, or doing some other image analysis. Regardless, there is a really simple way to capture the user’s screen, and here it is.

(more…)