I'm trying to make a Unicode based virtual keyboard using java to write on an already running external program.
i.e. I don't want to start the program. It should be already running. My java code will be running on the background, generating output and send it to notepad or browser.
What is the best way to accomplish this? Any link/suggestion will be appreciated. Thanks in advance!!