你只要使用xx.setText("文字"); 就可以把文字输出到textField 中了,比如: private JTextField CurrentScore; //定义CurrentScore = new JTextField("0"); ...
確定! 回上一頁