for (int x=0; x<3; ++x) { textField[x] = new TextField(5); add(textField[x]); textField[x].setText("0"); }