Lotentz Embedding

Lorentz allows the user to how the electric and magnetic fields from a moving point charge.

Lorentz is embedded using the following html tag:

<applet
  code="lorentz.Lorentz.class"
  archive="Lorentz4_.jar,STools4.jar"
  codebase="../classes/"
  width="400"
  height="300"
  name="Lorentz">

<param name="Speed" value="0.5" />
<param name="ShowControls" value="true" />
</applet>

Lorentz Parameters

ShowControls  boolean  True to show simple user interface.
Speed  double  The speed of the charge in units where c=1.

STools Parameters

AppletNames  string  A comma delimited list of applet names occurring within this html page. (See OnLoad.)
Debug  int  Enables debugging messages in Java console; 0 = no messages, 255 = verbose messages.
OnLoad  string  A JavaScript function that will be invoked using LiveConnect after all applets have been loaded.  (See AppletNames.)
Resources  string  A file containing translations of internal text such as buttons and labels.