FileDocCategorySizeDatePackage
PaintTest2.javaAPI DocExample437Thu Feb 24 11:37:42 GMT 2000tuning.threads

PaintTest2

public class PaintTest2 extends PaintTest implements Runnable

Fields Summary
Constructors Summary
Methods Summary
public voidinit()

    (new Thread(this)).start();
  
public voidpaint(java.awt.Graphics g)

    paintOnce(g);
  
public voidrun()

    for(;;)
      repaint();