Applet show area
Installation !
Files You need to use Jtmedium:
1.
jtmedium.class This is the main class file. Does the drawing routines.
2.
jtmdh.class This is the helper thread. Does the modem and files.
3.
Your html file of course.
Examples :
On most of the pages, the code that runs the applet on that page is provided. Basic operation needs the following code to appear in your html file prefferably somewhere between these 2 tags <body> and </body>.
<applet code="jtmedium.class" width=500 height=300>
<PARAM NAME = introloop value="loop1.au">
</applet>
Change loop1.au to the name of your introloop.
All 3 files should be in the same directory for optimum perfomance.