To use a JTextField for Output · Set the text field with yourTextField.setText(someString) · If it's only for output, call .setEditable(false) so the user can't ...
確定! 回上一頁