Hi there!

It's been a long time since my last visit, but now I'm back with a brand new question:

From a Java application (JFrame implementing a main method) I would like to set the focus to a certain application which is also running on the Windows machine. When this application has the focus, I will send a "F5"-keypress to it (using the Robot class) to make it perform a data refresh.

It would be perfect, if I could - for example - find the applications window by it's title and then maximize it. Is there a way to do that?

Thanx in advance, any help will be appreciated.

Regards,
leo