AlexWarp

Description: Alexwarp by Alex is a very creative and funny java application. Insert your own picture or pictures of famous persons and let others do the 'Warp'. Adjust the width and height of your applet, if you want to use a larger image. Options are 'undo' the last warp or 'reset' the picture, a quite important function ...

Coding for the applet above:
<applet code="AlexWarp.class" width=300 height=250>
<param name="image" value="spock.jpg">
</applet>
Source in Java: AlexWarp.java

Author: Alex Rosen (http://www.tiac.net/users/axlrosen/)