Пример #1
0
 public void setHistoryEnabled(boolean b) {
   historyButton.setEnabled(b);
   historyButton.setVisible(b);
   enableControlPanel();
 }