davidahines
davidahines

Reputation: 4094

Opening a native app within a JFrame

I have a fullscreen app that needs to open edrawings, is it at all possible to load edrawings within the Java app so that as soon as the user closes the drawing it will return to the fullscreen app?

Upvotes: 0

Views: 252

Answers (1)

extraneon
extraneon

Reputation: 23960

Yes, it is possible if the application is a / has a COM interface.

An example is JExplorer, and it can generally done using ComfyJ (which is not free).

I haven't done it personally though, so I don't know the requirements such a setup would have for your application.

Upvotes: 1

Related Questions