You are on page 1of 1

/** * @(#)sfs.java * * * @author * @version 1.00 2012/6/23 */ import java.awt.*; public class sfs extends java.applet.

Applet { /** Initialization method that will be called after the applet is loaded * into the browser. */ public void init() { // TODO start asynchronous download of heavy resources } public void paint(Graphics g) { } }

You might also like