label.position(new Vector2f(2, i + 14));
addChild(label, n);
n--;
i += 26;
String[] choices = s.choices();
if (choices == null) {
TextBox box = new TextBox(s.value().equals("") ? s.name() : s.value(), s.name());
box.position(new Vector2f(0, i)).resize(new Vector2f(155, 24));
box.setChangedMinion(new Minion<IEvent>() {
@Override