private TristateCheckBox check = null;
private int currentRow, currentColumn;
public TristateEditor() {
//check = new DefaultCellEditor(new TristateCheckBox());
check = new TristateCheckBox();
check.setHorizontalAlignment(JLabel.CENTER);
check.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {