Can I move another program's window to the front of focus?
Posted
by TwentyMiles
on Stack Overflow
See other posts from Stack Overflow
or by TwentyMiles
Published on 2010-04-22T20:49:47Z
Indexed on
2010/04/22
20:53 UTC
Read the original article
Hit count: 155
I am interacting with a third party application using it's API, and would like to move it to the front of focus (so that it is on top of all other open windows) when a user performs a certain action. While I can move my application up and down in the hierarchy pretty easily, there doesn't appear to be a way to interact with other windows. Is it possible to move another program's window to front with Java?
© Stack Overflow or respective owner