How can I block input from keyboard and mouse when my Java application is running.
Like we block input in AutoIt with BlockInput(1) , I also want to do same in Java.
How can I block input from keyboard and mouse when my Java application is
Share
I can only answer for a swing application. For your main frame you should have this