com.transjam.awt
Class AppletTester

java.lang.Object
  |
  +--com.transjam.awt.AppletTester

public class AppletTester
extends java.lang.Object


Constructor Summary
AppletTester()
           
 
Method Summary
static void test(java.applet.Applet pApplet, int width, int height)
          Pretend to be a browser by opening a Frame, placing Applet in Frame, and calling init(), start() and stop().
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletTester

public AppletTester()
Method Detail

test

public static void test(java.applet.Applet pApplet,
                        int width,
                        int height)
Pretend to be a browser by opening a Frame, placing Applet in Frame, and calling init(), start() and stop().