Oekaki applets are Java applets that let users make drawings directly from their browsers.
Once the drawings are done, the users need to save the drawings on the server side where they are stored.
This class provide a solution to integrate with a PHP based Web server in order to save the user drawings and perform other types of interaction with Oekaki applets.
Oekaki is the Japanese word for "scribble" or "doodle".
Oekaki Java applets are commonly seen on the Internet message boards where the users are able to draw using a Web based drawing application hosted by the site. Their drawings are then submitted to the website for showcasing.
Oekaki Applet is a package of two classes.
OekakiApplet class outputs the HTML code for displaying in Web pages the applets Shi-Painter, Shi-Painter Pro, OekakiBBS, and PaintBBS.
OekakiInput processes the HTTP requests from the applets like receiving the image data submitted by the Oekaki applets.