*/
public InfoTableView() {
// createMenu();
this.terminationAction = new TerminationAction();
this.pauseAction = new PauseAction();
this.resumeAction = new ResumeAction();
this.resumeAction.setEnabled(false);
// this.pauseAction.setResume(this.resumeAction);
// this.resumeAction.setPause(this.pauseAction);
}