Hacker News new | ask | show | jobs
by Mithrandir 5707 days ago
I hope that the source code will be available on that program someday.
1 comments

Most of the things that I thought made it interesting are actually done by Java's Robot API: http://download.oracle.com/javase/6/docs/api/java/awt/Robot.... For example, being able to automate double clicking and getting screen captures (for edge-detection).