APPLET Element used with Java

<APPLET
 Codebase = "path to directory containing class files"
 Code     = "name of class file"
 Width    = "width of applet in pixels"
 Height   = "height of applet in pixels">
 <PARAM Name="name" Value="value">
 <PARAM Name="name" Value="value">
</APPLET>

<APPLET Code="NervousText.class" 
  Width="300" Height="60">
  <PARAM Name="text" Value="Java Comes Alive">
</APPLET>



search Search · star Market
2023-06-01 · John December · Terms © johndecember.com