Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Donna Thompson   on Jul 01 In Java Category.

  
Question Answered By: Bian Nguyen   on Jul 01

If I understand correctly, you say it isnt possible to take a
screenshot with java, but I beg to differ. There is a class  added
from java  1.3 and onwards called Robot. It is in the package  java.awt
Now this class is capable of overiding low-level input such as from a
keyboard or mouse. Eg it can make the cursor jump around on the
screen >=) There is also the capability of taking a screenshot. But
you need the right permissions to create a new Robot. Check the
documentation for more info.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on howto capture the outputof the screen in java programs Or get search suggestion and latest updates.


Tagged: