public TaskJTreeTable(TreeTableModel m) {
super(m);
setRowHeight(Math.max(17, getRowHeight()));
model = m;
cutList = new BooleanArray();
editableColor =
PaintUtils.mixColors(getBackground(), Color.yellow, 0.6);
selectedEditableColor =
PaintUtils.mixColors(getSelectionBackground(), editableColor, 0.4);