This is just a diary.

Friday, January 22, 2010

Java clipboard catcher

I tried to write a program in Java that would be monitoring clipboard for the changes and in case you had specific pattern in the clipboard it would perform a specified action (for example download a youtube clip).

Unfortunately according to a discussion here there is no way to monitor clipboard in java unless you do your own clipboard polling.

Anyway, you can download the source code of my endevours here.

No comments: