Change focus on non java based application using robot
Hi every body,I am having non java based application. i know its possible to execute mouse events and keyevents on this application. is it possible to change focus on a particular button or text field of such application without using the tradition movemouse function.
Non java based application like notepad, wordpad,etc. we can run these application using Java runtime. and we can control this application using java robot. the only thing i want to know is whether its possible to gain focus of buttons, etc of these type of aplication using java robot
Would you like to put a little context to what you are asking--If you click on a component, then yes, it is going to get the focus.Can robot give focus to a component without clicking--not that I have found.