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