for (int x = 1; x<=10;x++) {jTextArea1.setText("Number "+x);} The result is always: Number 5. Does someone know whats wrong with that?
確定! 回上一頁