FileDocCategorySizeDatePackage
StandaloneScribble.javaAPI DocExample1769Sat Jun 02 03:10:26 BST 2001None

StandaloneScribble

public class StandaloneScribble extends Scribble

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

        Applet applet = new StandaloneScribble();
        Frame frame = new AppletFrame("Scribble", applet, 300, 300);