final JTextField readOnlyTextField = new JTextField("read-only"); readOnlyTextField.setEditable(false); centerPanel.add(readOnlyTextField);
確定! 回上一頁