expressionCB.removeAllItems();
expressionCB.addItem(TriggerNames.Smile);
expressionCB.addItem(TriggerNames.Frown);
expressionCB.addItem(TriggerNames.Scorn);
motionListener = new CharacterMotionListener() {
public void transformUpdate(Vector3f translation, PMatrix rotation) {
StringBuffer buf = new StringBuffer();
buf.append(floatFormat.format(translation.x));
buf.append(", "+floatFormat.format(translation.y));