How To Block Input in Java? -



How To Block Input in Java? -

how can block input keyboard , mouse when java application running. block input in autoit blockinput(1) , want same in java.

i can reply swing application. main frame should have this

jframe frame = new jframe(); frame.setdefaultcloseoperation(jframe.do_nothing_on_close); //or if using awt frame frame = new frame(); frame.addwindowlistener(new windowadapter() { // handle window closing event here });

java

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -