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.
[282 byte] By [sandeepnaira] at [2007-10-3 8:45:35]
# 1
What do you mean non-java based application? What type of application? And whatever it is why aren't you posting on that language's forum?
zadoka at 2007-7-15 3:54:30 > top of Java-index,Desktop,Core GUI APIs...
# 2
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
sandeepnaira at 2007-7-15 3:54:30 > top of Java-index,Desktop,Core GUI APIs...
# 3
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.
morgalra at 2007-7-15 3:54:30 > top of Java-index,Desktop,Core GUI APIs...