English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a couple of java applets that connect to a server. I am going to convert one of the applets to an application. I would like to be able to host the second applet within the application.

2006-12-06 11:52:13 · 1 answers · asked by Eric C 1 in Computers & Internet Programming & Design

1 answers

As long as the applet does not use the AppletContext to do browser-related things, e.g. call the AppletContext.showDocument() or showStatus() methods, then you should be able to use the applet like any Panel (or JPanel if it is a JApplet). You just have to call the appropriate methods that the browser/plugin would call, i.e. init(), start(), stop(), destroy().

2006-12-08 19:17:50 · answer #1 · answered by vincentgl 5 · 0 0

fedest.com, questions and answers