Chinnari Sagar wrote:
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.
I'm no expert in this, not by any means, but it sounds as if you may be asking
Java to do something it wasn't built to do. Perhaps this could be done using a C program then meshed with Java via JNI, but it wouldn't be easy. I'd be interested to hear if one of the experts has any other ideas. Best of luck.