Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

place an external window application in a concrete place in the screen

Status
Not open for further replies.

HenryChinaski

Programmer
Mar 9, 2004
6
ES
I've made a Swing Interface for an application, but now I need to open an external application and put it in some coords in the screen (i.e. open the iexplorer in 500,500).

Java brings some "Runtime" methods to run other programs in new threads, but they don't provide the funcionality to place the window.

There should be a solution using a DLL or something, but I'm completely lost and I don't know which method calls to use (and if works, it would be a good solution using the dll and jni).

So, anyone knows the methods or maybe a java solution?

Thanks in advance
 

Welcome to TT HenryChinaski, to get the most from these fora please read FAQ222-2244.

Check out the SetWindowPos API.

Good Luck

 

HenryChinaski, have you had any luck solving your problem?

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top