final History history = IGV.getInstance().getSession().getHistory();
clearAllItem = new JMenuItem("Clear all");
clearAllItem.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent actionEvent) {
history.clear();
}
});
//backItem = new JMenuItem("<html>Back <i>Alt →");
backItem = new JMenuItem("Back Alt+Arrow");