super(cs);
return done;
curX = 0; tmpChar[0] = (char) ce.character; repaint();
Dimension d = getSize(); gc.clearRect(0, 0, d.width, d.height); if (tmpChar[0] == 0) return; int charWidth = fm.charWidth(tmpChar[0]); gc.drawChars(tmpChar, 0, 1, curX++, fontHeight);
while (!getDone()) { repaint(); try { Thread.sleep(100); } catch (InterruptedException ie) { return; } }
done = b;