I'm currently writing a script that works inside of a game client, and I want to add screenshot capability to my script. I'm using Robot now, but I would like to be able to take a screenshot of the client even if it is minimized. Is there any way of doing this? If so, how?
I know that this is possible in other languages because I've seen it done in other applications in the past but my worry is that the JVM won't be capable of doing this.