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?
feedback
|
|
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. | |||||||||
feedback
|
|
Code for capturing screenshot in Java, http://www.codinguide.com/2010/04/capture-screen-shot-from-java.html | |||
|
feedback
|
|
| ||||
feedback
|