Question

Is there any OpenSource Java Crossplatform (at least win, mac, lin) Screen (desctop) Capture program/lib?

Was it helpful?

Solution

JDK has a class called Robot which can do screen capturing. So you dont need libraries unless you are looking at doing advanced stuff

http://java.sun.com/products/java-media/jai/forDevelopers/jaifaq.html#displaybmp

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top