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