/** Company: Shout Interactive Project: Shout3D Core Implementation Class: LightTestApplet Date: April 26, 1999 Description: Class for applet that tests scoping of lights (C) Copyright Shout Interactive, Inc. - 1997/1998/1999 - All rights reserved */ package applets; import shout3d.*; /** * LightTestApplet * * @author Dave Westwood * @author Jim Stewartson * @author Paul Isaacs */ public class Light2BoxApplet extends Shout3DApplet { public void initShout3DPanel(){ panel = new Light2BoxPanel(this); } }