Create a custom editor that uses a readonly text field: JTextField tf = new JTextField(); tf.setEditable(false); DefaultCellEditor editor ...
確定! 回上一頁