// Paint the completed sections of the fractal
// Do calculations, occassionally calling repaint()
if (t == null) { t = new Thread(this); t.setPriority(Thread.currentThread().getPriority() - 1); t.start(); } else t.resume();
t.suspend();