public class MeinApplet extends Applet { private Smilie s = new Smilie(); public void init() { s.zeichnenSmilie(this.getGraphics()); } }