|
InstallationEmbedding the applet into websitesBefore you can think about embedding the applet into your website, Copy "hyperapplet.jar" to your website. Let's assume the jar file is located at path-to-jar/hyperapplet.jar. Create your graphs. This is described Make sure you have a copy of the Edit your html files. There are different ways to embed an applet into a website, namely the applet, embed and the object tag. The applet tag is the simplest and it can be used as follows : < applet code="hypergraph.applications.hexplorer.HExplorerApplet" align="baseline" archive="path-to-jar/hyperapplet.jar" width="500" height="500" > < param name="file" value="path-to-graphs/my-graph.xml" > < /applet > |