How do you focus your java application to another desired application?

cagrisenel

New member
I want to write a java application using java.Robot class that will press some keyboard buttons, and I want it to focus on one window that even if I click on another window my program will continue to do its work in my desired window. How can I do such a thing?
 
Back
Top