Your Computer Science Resource

Posts Tagged ‘screenshot’

Jan
9th

PROJECT: Screen Capture Utility

Using my previous posts on how to take a screenshot and how to save an image to disk, I’ve created a Screen Capture Utility extending these basic ideas to create a program that would automate the process of taking multiple screenshots over a period of time. Full source code is available for download here.

(more…)

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…)