/** Company: Shout Interactive Project: Shout3D Core Implementation Class: BindingTestApplet Date: April 26, 1999 Description: Class for applet that tests binding mechanism (C) Copyright Shout Interactive, Inc. - 1997/1998/1999 - All rights reserved */ package applets; import shout3d.*; /** * BindingTestApplet * * @author Paul Isaacs * @author Jim Stewartson * @author Dave Westwood */ public class ViewPointChangeApplet extends Shout3DApplet { // Set the panel to be public void initShout3DPanel(){ panel = new ViewPointChangePanel(this); } }