Add value to text.
value
void appendText(final String value) { text += value; outputText(convertChar(value)); }