open a .exe in Jframe
843807Jul 11 2010 — edited Jul 11 2010Hello,
I have an application having some components. When i click on a button in application, i want to make a textpad open in the same frame i am working in.
I can make the textpad.exe run by calling 'Process proc = rt.exec("c:\\Program Files\\TextPad 5\\TextPad.exe");' .Textpad is opened as a separate application but i want to make it opened in my frame.
Can any one kindly give some suggestion how i can achieve this scenario.
DS