All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +---- java.awt.Component | +---- java.awt.Container | +---- java.awt.Window | +---- java.awt.Frame | +----pmr.simplegraph.AppletFrame
This example is modified from _Java in a Nutshell_ by David Flanagan. Written by David Flanagan. Copyright (c) 1996 O'Reilly & Associates. You may study, use, modify, and distribute this example for any purpose. This example is provided WITHOUT WARRANTY either expressed or implied. Hacked to support CMLObj - PMR This is a simple example of allowing an applet to run as a standalone Java application. The only problem is that when running standalone, it can't read applet parameters.
public AppletFrame(String title, Applet applet, int width, int height)
public boolean action(Event e, Object arg)
All Packages Class Hierarchy This Package Previous Next Index