|
This
mesmerizing applet comes from France! HeHo
Graphics & Java Experience
gives us the WuPixels applet to enjoy. On their
site, HeHo shows three variations of the WuPixels
applet. I feature the largest and showiest of them.
They've got a few more applets that are just as fun
to watch as this one.
The
zip file contains the .jar file and three .html
pages that show the three variations. The .html
pages are the only way to get the applet code by
viewing the page source. I show the
code for the one that used to be on my index
page.
If
you're unaccustomed to viewing HTML, it may seem
difficult to find the code. However, all you have to
do is look for the beginning of the code <applet
code=""> and the end of the code
</applet> and copy those tags and everything
in between. That's what I did.
Here's
the applet code configured for use with SiteBuilder.
Copy-and-paste (CTRL-C then CTRL-V) the code into the Insert
HTML element.
<applet
code="wupixels.class" archive="wupixels.jar"
codebase="files/" width="400"
height="400">
<param
name="resX" value="200">
<param
name="resY" value="200">
<param
name="delay" value="8">
<param
name="bgcolor"
value="000000">
<param
name="blur" value="16">
<param
name="particles"
value="1536">
<param
name="morph" value="150">
<param
name="change" value="150">
</applet>
Please
close this window to return to the Java Applets Index
|