can java even do this? i know it is suppose to be "sandboxed" but what i'm looking to do is this:
- open my java program
- have a combo box full of running programs (runtime exec?)
- after i've selected the program thats running, i then want to send that program a key (robot?) after a certain delay repeatedly, shouldn't matter if its minimized, in the background, etc
so i guess my question really is how to select the program to send the key to?
i've been looking at the robot class and i can't seem to find the correct methods i would use