Yes, any of my applets can be used on your page. But I want you to put a link to their origin(MY PAGE!) nearby. And it has to be NON commercial page.
To put the entire applet to your page you have to cut and paste the source form <APPLET ...> to </APPLET>. And you have to insert full path to my the applet into codebase tag. So the whole thing should look like this:
<APPLET CODE="XXXXXX.class" codebase="http://www.chat.ru/~javafan/classes/" WIDTH=XXX HEIGHT=XXX >..(something may go here)... </APPLET>
where XXXX may vary form applet to applet.