mListTable.addMouseListener(this);
mListTable.addKeyListener(this);
mListTable.getColumnModel().getColumn(2).setCellEditor(new MarkListPriorityCellEditor());
mListTable.getColumnModel().getColumn(3).setCellEditor(new MarkListProgramImportanceCellEditor());
mListTable.getColumnModel().getColumn(4).setCellEditor(new MarkListSendToPluginCellEditor());
JScrollPane pane = new JScrollPane(mListTable);
panel.add(pane, cc.xy(2, 3));