((VoiceOverviewTableModel) voiceOverviewTable.getModel()).setExpansionMemory(expansionMemory);
setVoiceOverviewTableCustomAction(voiceOverviewTable, rp);
vp = new RowHeaderedAndSectionedTablePanel().init(voiceOverviewTable, "SHOW VOICES", UIColors.getTableBorder(), rp);
vp.getRowHeaderedTable().getRowHeader().addFocusListener(FocusAlerter.getInstance());
voicePanel = new HideablePanel(vp, false) {
public Color getBackground() {
return UIColors.getDefaultBG();
}
};
}