I am able to write an Applet and then write an application wrapper that will
run the Applet as an application. Is it possible to write a Java GUI
application and then write a wrapper that will run it as an Applet ?
Printable View
I am able to write an Applet and then write an application wrapper that will
run the Applet as an application. Is it possible to write a Java GUI
application and then write a wrapper that will run it as an Applet ?
Hello:
As long as the application adheres to the applet's security then there is
no problem. Just place a call to main() in the init() method.
Tom Duffy
"jdt" <jturner@hevanet.com> wrote:
>I am able to write an Applet and then write an application wrapper that
will
>run the Applet as an application. Is it possible to write a Java GUI
>application and then write a wrapper that will run it as an Applet ?
>
>