// Copyright 1997-2001 Shout3D LLC. // All rights reserved. package applets; public class HAnimExamineApplet extends ExamineApplet { public void initShout3DPanel() { panel = new HAnimExaminePanel(this); } }