import java.applet.*; import java.awt.*; public class Na extends Applet{ Nupp n, n2, n3, n4, n5, n6, n7; public void init(){ n=new Nupp(40, 30, getImage(getCodeBase(), "JUMPER.GIF")); add(n); n2=new Nupp(40, 30, getImage(getCodeBase(), "njoon.gif")); add(n2); n3=new Nupp(40, 30, getImage(getCodeBase(), "nruut.gif")); add(n3); n4=new Nupp(40, 30, getImage(getCodeBase(), "njuur.gif")); add(n4); n5=new Nupp(40, 30, getImage(getCodeBase(), "npliiats.gif")); add(n5); n6=new Nupp(40, 30, getImage(getCodeBase(), "nundo.gif")); add(n6); n7=new Nupp(40, 30, getImage(getCodeBase(), "nuus.gif")); add(n7); //n.seaVarv(Color.red); } }