0

I want to be able get an image or bufferedImage of my current screen in my java program. Is this possible? Thanks in advance!

Ofek Gila
  • 693
  • 1
  • 10
  • 21
  • The answer can be found here: http://stackoverflow.com/questions/4490454/how-to-take-a-screenshot-in-java – trooper Oct 17 '14 at 06:34

1 Answers1

0

Do you want to use the current screenshot in your Java application? First write code to capture the screenshot and then use it in the application.

I found this tutorial useful:

https://www.daniweb.com/software-development/java/code/216988/java-code-to-capture-your-screen-as-image

Tarek
  • 771
  • 7
  • 18