Hi ,
I am trying to call an EXE file from a Button Action using getRunTime.exec("abc.exe");
It opens the exe file fine, but i want this to open inside JFrame or JDialog or any Swing Component.
Could any one please let me know how to do this.
Thanks in Advance