How to run an application in another?
Hi
I have two applications. One parent and the other child. Both the applications require two different Swing JFrames, one each. Now I want the child application to be imbedded in the parent application. Is this possible to run two applications together at the same time?
(Without using threads and Internal Frames)
Thanks
Pavan

