Hi Mike, and welcome to Jmol

> im a studentwhich is very new to applet, and iscurrently working 
> on a project which allows different user to have a mass chat on a 
> websitewith Jmol integrated in it,
> 
> and everyone who joined into this chat will be able to have a same 
> view as the "host",

This is a very interesting idea!

Not sure if I can help you, since I don't know any java, but I'll try 
to give some suggestions. Others may give better adivce.

> i edited some of the source codes to handle the needs of transferring 
> the "data", of the movement ,etc. ,"MouseManager"
> 
> n im able to run the application smoothlyon the IDE i used, eclipse, 
> in both swing and applet
> 
> but after this point, im not sure, what should i do to integrate the 
> things i edited onto my webpage. i tried jar-ing the files according 
> to the "JmolApplet.jars" n try to run it with the js script provided, 
> but it doesnt seems to be running.

So, you have a modified application jar that works and a modified 
applet that does not?

The Jmol.js is set for using the standard JmolApplet files, I'm not 
sure if it will load yours properly. If your applet is in a single 
jar file, try to use it in this way:

jmolInitialize("yourJmolFolder", "yourCustomApplet.jar") 

because in the standard way it will always look for JmolApplet0.jar


Finally, I have a doubt: in which way will the "host" applet send its 
info to the other applets? Have you solved that? It sounds exciting.

> i tried to use <APPLET>tag with JmolApplet.class, it cant work 
> either..
> 
> 
> 
> im really lost on how i should continue with this,
> 
> please help...


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to