|
|
|
|
|
Home - Tips & Tutorials - JavaScript Demos - Java Applet Demos - Resources - Contact |
||
|
WuPixels by He-Ho Graphics & Java Experience >>> 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. 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">
|
|
| Formerly hosted at www.geocities.com/ramblingtutor/ |
Home - Tips & Tutorials - JavaScript Demos - Java Demos - Resources - Contact Webpage graphics by Arride Graphics
|
|