package applets.picker; import shout3d.*; public class Picker1Applet extends Shout3DApplet { public void initShout3DPanel(){ panel = new Picker1Panel(this); } }