Aipraise
This is an animation button applet
that takes one input image and
performs real-time visual effect by raising up random image blocks.
Author's Notes:
Move your mouse into the image to pause the animation.
How To Use:
Download aipraise.zip (18 KB)
Unzip with a compression utility.
Java Source:
Contact the author
Sample HTML Source:
<applet code=aipraise.class width=178 height=212>
<!-- image filename -->
<param name=image value=aipraise.jpg>
<!-- border width -->
<param name=border value=3>
<!-- delay between animation -->
<param name=delay value=100>
<!-- URL address when mouse is clicked -->
<param name=url value="http://javaboutique.com">
<!-- block size -->
<param name=blocksize value=10>
<!-- max raise -->
<!-- random if 0 -->
<!-- smooth if not 0 -->
<param name=maxraise value=5>
</applet>
Status: Free for non-commercial use
Author: The J Maker
Homepage: http://members.xoom.com/thejmaker
Upload Date: April 6, 2000
|
New on the Java Boutique:
New Article:
Servlets and JSP
In addition to applets, applications, servlets, and articles, we are now accepting submissions of JSP snippets! If you have a piece of JSP code that you think would be useful to others, then send it in!
... [Submissions]
New Tutorial:
Introduction to Java Part 6:
Building Your First Application
Selena Sol goes through all the Java code and HTML necessary to create a java application.
... [more Tutorials]
Year in Review:
The Best of 1999
Y2K has come and gone and now we have a chance to look back over the past year.
In 1999 we posted over 250 applets, servlets, applications, and tools.
In this list are the 24 most popular apps from 1999.
... [popular applets]
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
100s of free Java code files to download.
Copyright 1999-2000 internet.com Corp.
All Rights Reserved. Legal Notices.
|