BlackBody Embedding

BlackBody simulates the color and the spectral distribution of a blackbody at a given temperature.

BlackBody is embedded using the following html tag:

<applet codebase="classes/"
  archive="BlackBody4_.jar,STools4.jar"
  code="blackbody.BlackBody.class"
  name="BlackBody"
  width="500"
  height="300">

<param name="showControls" value="false">
<param name="colorSwatch" value="true">
<param name="enableCursor" value="true">
<param name="Temp" value="5321">
</applet>

Edit the codebase parameter to reference the archive directory.

BlackBody Parameters

ShowConttrols  boolean  True to show user interface.
ColorSwatch  boolean  True to show apparent color of object.
EnableCursor  boolean  True to enable to use to change temperature using the mouse.
Temp  double  Setes the initial temperature.

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.