Applet in an Application?

Is it possible to integrate an applet into a java application? I know there is some programs as Netclue and IceBrowser that can integrate a Browser into your aplication but you need license for those and all I need to do is integrate an applet into an application.

Can anyone help me on this?

Thanks

Steeves

[332 byte] By [steeve50] at [2007-9-27 18:24:17]
# 1
Sure. An Applet is a Component, and as such can be placed in a Frame in the same way you'd place a TextArea or Button there.
YATArchivist at 2007-7-6 18:59:20 > top of Java-index,Archived Forums,Java Programming...
# 2
If you integrate an Applet in an application, you have to call the methods like "init" or "destroy" yourself (in the Applet they are called by the browser).
FriedrichHoffmann at 2007-7-6 18:59:20 > top of Java-index,Archived Forums,Java Programming...