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