JTextField eintrag = new JTextField[x]; // x = intZahlfor (int i = 0; i <= x ; i++) { jPanel21.add(eintrag[i], AbsoluteConstrains(a, b, c, d));}