Actually, what i have is a java panel (swing) which draws graph. In this, we have vertex and edges. Each vertex represents a site and each edge a link to other website.
All of this implements in a firefox extension (.xpi) So if we navigate in firefox, it will draw a graph, that is ok (using Liveconnect). Now if we click on a vertex in java panel, it must load page. I've seen a little about applet and i think that i can't use it to do what i want. Applet must be embled in HTML ? I'm searching about JavaXPCOM but there is not many examples of the use. _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
