hello,
I want to execute an external program from within my program.
for now i do:
Runtime.getRuntime().exec(launchString, null);
but I want the external program to run with in a jframe from MY window
is that possible ?
:confused:
Printable View
hello,
I want to execute an external program from within my program.
for now i do:
Runtime.getRuntime().exec(launchString, null);
but I want the external program to run with in a jframe from MY window
is that possible ?
:confused: