Re: very urgent.. screen capturing in java
Posted By:
WarnerJan_Veldhuis
Posted On:
Monday, May 2, 2005 05:06 PM
Marking your question "very urgent" does not speed up your replies. On the contrary... If you are posting it on some forum, it cannot be urgent. Forums are too slow for that.
Anyhow, in Java 5, the java.awt.Robot class has a static method called createScreenCapture(Rectangle). Try that....