This document summarizes a seminar on using applets in Java. It discusses preparing to write applets, developing and testing applets, the general format and lifecycle of applet code, and provides a sample code for a kite drawing applet. The sample code imports graphics libraries, defines x and y coordinate arrays, and uses the drawPolygon method to output a kite shape when the applet is run.