I am working on a web application that needs to be active on the monitor sometimes for hours without anyone touch the computer.
The problem is that some computers have their screen saver, or worse – sleep mode while their inactive.
I’m trying to think of a way to bypass it. I searched for java applets or maybe a flash file that does only that. I found nothing, unfortunately.
I’m sorry for the too general question but I’m pretty helpless with this subject
I’ve written the Java applet for you. It will move the mouse cursor one pixel to the right and back every 59 seconds, effectively preventing the screen saver from kicking in.
Note that because of security restrictions this applet will need to be signed and granted the
createRobotpermission to work on the client, otherwise it will fail to initialize theRobotclass. But that’s a problem outside this question’s scope.