setTextField(setText("something") );. doesn't work as it requires the object JTextField, not a String. But if you do it in the same class without set method, ...
確定! 回上一頁