[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Applet in component




I know there is a way to display html in a swing textarea.  Is there
a component that will allow me to run an applet?  I'm trying to reuse applet
code without having to use a web browser to run it in.  I want to integrate
it in our SWING application.  It is from one of our partners.  We only
have the class files and not original source so I want to do this without
modifications to their applet.