Global keylogger in Java
        Posted  
        
            by Manish
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Manish
        
        
        
        Published on 2009-11-11T10:35:24Z
        Indexed on 
            2010/06/10
            10:52 UTC
        
        
        Read the original article
        Hit count: 305
        
java
I'm writing an application which monitors the person’s mouse and keyboard. If they have not used the keyboard or mouse for 1 minute, it should pops up a message which says “You have not used the mouse or keyboard for 1 minute” and an OK button.
How do I do this in Java?
© Stack Overflow or respective owner