Render Java objects inside Gecko
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1178230211.552049.65280__5553.42451339147$1178238048$gmane$org@n59g2000hsh.googlegroups.com> |
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?