Simple as the title states: Can you use only Java commands to take a screenshot and save it? Or, do I need to use an OS specific program to take the screenshot and then grab it off the clipboard?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Believe it or not, you can actually use I just tried it, and the whole thing ends up like:
NOTE: This will only capture the primary monitor. See GraphicsConfiguration for multi-monitor support. |
|||||||||||||
|
|
I never liked using Robot, so I made my own simple method for making screenshots of JFrame objects:
|
|||||
|
|
Code for capturing screenshot in Java, http://www.codinguide.com/2010/04/capture-screen-shot-from-java.html |
|||
|
|
|
|
|||||
|