
Thank you for your translations. Those files are uploaded to our server as
Turkey version.
If you can add more, I will put them all on the web.
The above translations can be
download from our server,too.
All the simulations created with EJS use the same library (under directory: _library/).
<applet code="thinlensintensity.thinlensintensityApplet.class" archive="_library/ejsBasic.jar,thinlensintensity.jar" name="thinlensintensity" id="thinlensintensity" width="616" height="361"></applet>
If you move all the files in "
_library/" one level up (then you do not need to have so many copy of _library/ files).
But you need to change
archive property in the web page: For example: the above applet tag should be changed to
<applet code="thinlensintensity.thinlensintensityApplet.class" archive="
../_library/ejsBasic.jar,thinlensintensity.jar" name="thinlensintensity" id="thinlensintensity" width="616" height="361"></applet>
What you need to do is add
../ in front of all the
_library/ .
And the applet will still work! You can check out the above ZIP file(I already did that for thinlineintensity.htm and kirilma_dalga_metodu.html !)