Sagar Chin

Greenhorn
+ Follow
since Jan 28, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sagar Chin

Thanks for your quick reply.

Actually it's a calculator in the .exe file format.
I should be able to open that calculator in any of JDialog,JFrame etc so that i can use the calculator in my application.
My Application runs in Full screen mode and this calculator dialog should pop up in a Dialog when the application is still in full screen mode.

Please let me know if there is any solution

Thanks



15 years ago
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


15 years ago