Monday 15 May 2006 1:57:25 pm
I'm trying to load a Java Applet and don't seem to be able to get it to load. Can anyone see a problem in the code below?
<h2>treeview</h2>
<div id="#appletwrap">
<applet code="prefuse/demos/applets/TreeView.class"
codebase="http://www.mysite.com/ezpublish/design/intranet/java/"
archive="demos.jar,prefuse.jar"
width="720" height="600">
If you can read this text, the applet is not working. Perhaps you don't
have the Java 1.4.2 (or later) web plug-in installed?<br/>
<h3><a href="http://java.com">Get Java here.</a></h3>
</applet>
</div>
Incidentially, the applet is a data visualization from the Prefuse toolkit http://prefuse.org/ Very cool stuff. If i get it to work i'll add it as an extension so people can generate visualizations of their site structure and content. I'm planning on using the treeview as a fast way to navigate through the categories of our Knowledge resources. Lots of cool possibilities. Cheers, Fraser
|