textSize.addChoice("14");
textSize.addChoice("18");
textSize.addChoice("24");
textSize.addChoice("32");
textColor = new ColorAttribute(this, "textColor");
textColor.setExpression("{0.0, 0.0, 1.0, 1.0}");
// Get font family names from the Font class in Java.
// This includes logical font names, per Font class in Java:
// Dialog, DialogInput, Monospaced, Serif, SansSerif, or Symbol.