Render Java objects inside Gecko
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi, Is there a way to represent a Swing object in the Gecko rendering engine, using Java? Suppose I've an osciloscope, that retrieves data in real time (from the microphone source, for example), that's an applet, and I want to represent it in a previously created XHTML, rendered with Gecko inside Java. What's the best strategy to do this?