Re: Render Java objects inside Gecko
Javier Pedemonte <[email protected]> Thu, 14 Jun 2007 11:27:53 -0500
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <NPKdnbrvdvIO8ezbnZ2dnUVZ_hGdnZ2d__44982.8965509825$1181838618$gmane$org@mozilla.org> |
[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