Hey Guys
Yesterday i've started a new project. I want to disable mouse and keyboard for 20 sec so I google a lot and find out that a need the user32.dll .
Load it is not the problem but i dont know how to set a Boolean from it in Java or how to call a function from this dll in java ?


