Hi,
I launched my swing application.before it launched I opend a note pad.When my application got launched it is having textfiled which is blinking.but when we type something it is typed into the notepad.
i need to remove the curser when the application is not having the focus.
But I didnt find any java method to get the current focus owner which is out side JVM. In the above case swing application always return it self as the ActiveWindow.
It will be great if any one suggest ant native method to get the active window in the OS.
I find some methods like GetGUIThreadInfo and GetActiveWindow in C.But Iam total new to C.Can anyone give a code snippet get the active window in the OS.
Thanks,
Babeet Mathew