Re: Render Java objects inside Gecko
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Is there a way to represent a Swing object in the Gecko rendering > engine, using Java? I responded to David by email, but for others who are interested, the only way to display Swing in a browser page is through a Java applet. However, you could use Javascript or Java-through-JavaXPCOM to communicate with the applet. javier