From: Kal A. <ka...@te...> - 2006-04-21 06:47:08
|
It would be interesting to see that! AFAIK there should be nothing stopping you creating an applet. I believe that TouchGraph is quite happy to run as an applet. One issue is the number of library JAR files required by TM4J - you can cut that down a bit by only using the in-memory backend and by not using the tolog implementation, but still it is quite a heavy-weight application. A better solution for an applet might be TinyTIM (http://tinytim.sourceforge.net/) integrated with TouchGraph. As TinyTIM implements TMAPI, you should be able to port the code you write against TinyTIM to TM4J's TMAPI implementation (and vice-versa). Hope this helps! Kal |