474475476477478479480481
class SerieDoubleCellEditor extends javax.swing.DefaultCellEditor { public SerieDoubleCellEditor() { //super(new SerieJTextFieldSelect()); super(new JTextFieldSouligneDouble("")); //clickCountToStart = 1; }